OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AIK.c File Reference
#include <Uefi.h>
#include "AIK.h"
#include <Library/DebugLib.h>
#include <Library/OcInputLib.h>
#include <Library/UefiBootServicesTableLib.h>

Go to the source code of this file.

Functions

STATIC VOID EFIAPI AIKProtocolArriveHandler (IN EFI_EVENT Event, IN VOID *Context)
 
EFI_STATUS AIKProtocolArriveInstall (AIK_SELF *Keycode)
 
VOID AIKProtocolArriveUninstall (AIK_SELF *Keycode)
 
VOID EFIAPI AIKPollKeyboardHandler (IN EFI_EVENT Event, IN VOID *Context)
 
EFI_STATUS AIKInstall (AIK_SELF *Keycode)
 
VOID AIKUninstall (AIK_SELF *Keycode)
 
EFI_STATUS OcAppleGenericInputKeycodeInit (IN OC_INPUT_KEY_MODE Mode, IN UINT8 KeyForgotThreshold, IN BOOLEAN KeySwap, IN BOOLEAN KeyFiltering)
 
EFI_STATUS OcAppleGenericInputKeycodeExit (VOID)
 

Variables

AIK_SELF gAikSelf
 

Detailed Description

AmiEfiKeycode to KeyMapDb translator.

Copyright (c) 2018, vit9696. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AIK.c.

Function Documentation

◆ AIKInstall()

EFI_STATUS AIKInstall ( AIK_SELF * Keycode)

Definition at line 169 of file AIK.c.

◆ AIKPollKeyboardHandler()

VOID EFIAPI AIKPollKeyboardHandler ( IN EFI_EVENT Event,
IN VOID * Context )

Definition at line 96 of file AIK.c.

◆ AIKProtocolArriveHandler()

STATIC VOID EFIAPI AIKProtocolArriveHandler ( IN EFI_EVENT Event,
IN VOID * Context )

Definition at line 28 of file AIK.c.

◆ AIKProtocolArriveInstall()

EFI_STATUS AIKProtocolArriveInstall ( AIK_SELF * Keycode)

Definition at line 55 of file AIK.c.

◆ AIKProtocolArriveUninstall()

VOID AIKProtocolArriveUninstall ( AIK_SELF * Keycode)

Definition at line 84 of file AIK.c.

◆ AIKUninstall()

VOID AIKUninstall ( AIK_SELF * Keycode)

Definition at line 227 of file AIK.c.

◆ OcAppleGenericInputKeycodeExit()

EFI_STATUS OcAppleGenericInputKeycodeExit ( VOID )

Definition at line 283 of file AIK.c.

◆ OcAppleGenericInputKeycodeInit()

EFI_STATUS OcAppleGenericInputKeycodeInit ( IN OC_INPUT_KEY_MODE Mode,
IN UINT8 KeyForgotThreshold,
IN BOOLEAN KeySwap,
IN BOOLEAN KeyFiltering )

Definition at line 246 of file AIK.c.

Variable Documentation

◆ gAikSelf

AIK_SELF gAikSelf

Definition at line 23 of file AIK.c.