OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
HdaCodecComponentName.h File Reference
#include "AudioDxe.h"
#include <Protocol/ComponentName.h>

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

EFI_COMPONENT_NAME_PROTOCOL gHdaCodecComponentName
 
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

EFI_COMPONENT_NAME_PROTOCOL gHdaCodecComponentName
extern

Definition at line 34 of file HdaCodecComponentName.c.

◆ gHdaCodecComponentName2

EFI_COMPONENT_NAME2_PROTOCOL gHdaCodecComponentName2
extern

Definition at line 41 of file HdaCodecComponentName.c.