HomeSort by relevance Sort by last modified time
    Searched refs:I2cEvent (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cHost.c 408 &I2cHostContext->I2cEvent
457 if ((I2cHostContext != NULL) && (I2cHostContext->I2cEvent != NULL)) {
458 gBS->CloseEvent (I2cHostContext->I2cEvent);
459 I2cHostContext->I2cEvent = NULL;
585 if (I2cHostContext->I2cEvent != NULL) {
586 gBS->CloseEvent (I2cHostContext->I2cEvent);
587 I2cHostContext->I2cEvent = NULL;
673 I2cHostContext->I2cEvent,
    [all...]
I2cDxe.h 162 EFI_EVENT I2cEvent;
    [all...]

Completed in 75 milliseconds