OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
HdaControllerComponentName.h File Reference
#include "AudioDxe.h"
#include <Protocol/ComponentName.h>
#include "HdaController.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

EFI_COMPONENT_NAME_PROTOCOL gHdaControllerComponentName
 
EFI_COMPONENT_NAME2_PROTOCOL gHdaControllerComponentName2
 

Function Documentation

◆ HdaControllerComponentNameGetControllerName()

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.

◆ HdaControllerComponentNameGetDriverName()

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

Definition at line 55 of file HdaControllerComponentName.c.

Variable Documentation

◆ gHdaControllerComponentName

EFI_COMPONENT_NAME_PROTOCOL gHdaControllerComponentName
extern

Definition at line 40 of file HdaControllerComponentName.c.

◆ gHdaControllerComponentName2

EFI_COMPONENT_NAME2_PROTOCOL gHdaControllerComponentName2
extern

Definition at line 47 of file HdaControllerComponentName.c.