TianoCore EDK2
master
Loading...
Searching...
No Matches
ComponentName.h
Go to the documentation of this file.
1
9
#ifndef _EFI_PCI_BUS_COMPONENT_NAME_H_
10
#define _EFI_PCI_BUS_COMPONENT_NAME_H_
11
12
extern
EFI_COMPONENT_NAME_PROTOCOL
gPciBusComponentName;
13
extern
EFI_COMPONENT_NAME2_PROTOCOL
gPciBusComponentName2;
14
15
//
16
// EFI Component Name Functions
17
//
18
58
EFI_STATUS
59
EFIAPI
60
PciBusComponentNameGetDriverName
(
61
IN
EFI_COMPONENT_NAME_PROTOCOL
*This,
62
IN
CHAR8 *Language,
63
OUT
CHAR16 **DriverName
64
);
65
134
EFI_STATUS
135
EFIAPI
136
PciBusComponentNameGetControllerName
(
137
IN
EFI_COMPONENT_NAME_PROTOCOL
*This,
138
IN
EFI_HANDLE
ControllerHandle,
139
IN
EFI_HANDLE
ChildHandle OPTIONAL,
140
IN
CHAR8 *Language,
141
OUT
CHAR16 **ControllerName
142
);
143
144
#endif
PciBusComponentNameGetDriverName
EFI_STATUS EFIAPI PciBusComponentNameGetDriverName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName)
Definition:
ComponentName.c:75
PciBusComponentNameGetControllerName
EFI_STATUS EFIAPI PciBusComponentNameGetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName)
Definition:
ComponentName.c:160
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
EFI_HANDLE
VOID * EFI_HANDLE
Definition:
UefiBaseType.h:33
_EFI_COMPONENT_NAME2_PROTOCOL
Definition:
ComponentName2.h:148
_EFI_COMPONENT_NAME_PROTOCOL
Definition:
ComponentName.h:108
MdeModulePkg
Bus
Pci
PciBusDxe
ComponentName.h
Generated on Fri Nov 15 2024 18:01:22 for TianoCore EDK2 by
1.9.6