|
OpenCore
1.0.5
OpenCore Bootloader
|
#include "HdaControllerComponentName.h"Go to the source code of this file.
Functions | |
| EFI_STATUS EFIAPI | HdaControllerComponentNameGetDriverName (IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName) |
| EFI_STATUS EFIAPI | HdaControllerComponentNameGetControllerName (IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) |
Variables | |
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE | gHdaDriverNameTable [] |
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL | gHdaControllerComponentName |
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL | gHdaControllerComponentName2 |
| EFI_STATUS EFIAPI HdaControllerComponentNameGetControllerName | ( | IN EFI_COMPONENT_NAME_PROTOCOL * | This, |
| IN EFI_HANDLE | ControllerHandle, | ||
| IN EFI_HANDLE ChildHandle | OPTIONAL, | ||
| IN CHAR8 * | Language, | ||
| OUT CHAR16 ** | ControllerName ) |
Definition at line 72 of file HdaControllerComponentName.c.
| EFI_STATUS EFIAPI HdaControllerComponentNameGetDriverName | ( | IN EFI_COMPONENT_NAME_PROTOCOL * | This, |
| IN CHAR8 * | Language, | ||
| OUT CHAR16 ** | DriverName ) |
Definition at line 55 of file HdaControllerComponentName.c.
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL gHdaControllerComponentName |
Definition at line 40 of file HdaControllerComponentName.c.
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gHdaControllerComponentName2 |
Definition at line 47 of file HdaControllerComponentName.c.
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE gHdaDriverNameTable[] |
Definition at line 28 of file HdaControllerComponentName.c.