OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
HdaCodecComponentName.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI HdaCodecComponentNameGetDriverName (IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName)
 
EFI_STATUS EFIAPI HdaCodecComponentNameGetControllerName (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 gHdaCodecDriverNameTable []
 
GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL gHdaCodecComponentName
 
GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gHdaCodecComponentName2
 

Function Documentation

◆ HdaCodecComponentNameGetControllerName()

EFI_STATUS EFIAPI HdaCodecComponentNameGetControllerName ( IN EFI_COMPONENT_NAME_PROTOCOL * This,
IN EFI_HANDLE ControllerHandle,
IN EFI_HANDLE ChildHandle OPTIONAL,
IN CHAR8 * Language,
OUT CHAR16 ** ControllerName )

Definition at line 66 of file HdaCodecComponentName.c.

◆ HdaCodecComponentNameGetDriverName()

EFI_STATUS EFIAPI HdaCodecComponentNameGetDriverName ( IN EFI_COMPONENT_NAME_PROTOCOL * This,
IN CHAR8 * Language,
OUT CHAR16 ** DriverName )

Definition at line 49 of file HdaCodecComponentName.c.

Variable Documentation

◆ gHdaCodecComponentName

GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL gHdaCodecComponentName
Initial value:
= {
"eng"
}
EFI_STATUS EFIAPI HdaCodecComponentNameGetDriverName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName)
EFI_STATUS EFIAPI HdaCodecComponentNameGetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName)

Definition at line 34 of file HdaCodecComponentName.c.

◆ gHdaCodecComponentName2

GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gHdaCodecComponentName2
Initial value:
= {
(EFI_COMPONENT_NAME2_GET_DRIVER_NAME)HdaCodecComponentNameGetDriverName,
(EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME)HdaCodecComponentNameGetControllerName,
"en"
}

Definition at line 41 of file HdaCodecComponentName.c.

◆ gHdaCodecDriverNameTable

GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE gHdaCodecDriverNameTable[]
Initial value:
= {
{ "eng;en", L"HDA Codec Driver" },
{ NULL, NULL }
}

Definition at line 28 of file HdaCodecComponentName.c.