OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2cBusConfigurationEvent
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cHost.c
423
&I2cHostContext->
I2cBusConfigurationEvent
462
if ((I2cHostContext != NULL) && (I2cHostContext->
I2cBusConfigurationEvent
!= NULL)) {
463
gBS->CloseEvent (I2cHostContext->
I2cBusConfigurationEvent
);
464
I2cHostContext->
I2cBusConfigurationEvent
= NULL;
580
if (I2cHostContext->
I2cBusConfigurationEvent
!= NULL) {
581
gBS->CloseEvent (I2cHostContext->
I2cBusConfigurationEvent
);
582
I2cHostContext->
I2cBusConfigurationEvent
= NULL;
831
I2cHostContext->
I2cBusConfigurationEvent
,
844
I2cHostI2cBusConfigurationAvailable (I2cHostContext->
I2cBusConfigurationEvent
, I2cHostContext);
[
all
...]
I2cDxe.h
157
EFI_EVENT
I2cBusConfigurationEvent
;
[
all
...]
Completed in 74 milliseconds