#include "precomp.h"
Go to the source code of this file.
◆ LlbHwKbdRead()
Definition at line 59 of file hwsynkp.c.
60{
61 UCHAR ActiveCol = 0, ActiveRow = 0, col, coldata,
row;
62
63 for (col = 0; col < 8; col++)
64 {
66 if (coldata)
67 {
69 {
70 if (coldata == (1 <<
row))
71 {
73 ActiveCol = col;
74 break;
75 }
76 }
77 }
78 }
79
80 return ((ActiveCol << 4) | ActiveRow);
81}
struct png_info_def *typedef unsigned char **typedef struct png_info_def *typedef struct png_info_def *typedef struct png_info_def *typedef unsigned char ** row
UCHAR NTAPI LlbHwOmap3TwlRead1(IN UCHAR ChipAddress, IN UCHAR RegisterAddress)
◆ LlbHwKbdReady()
Definition at line 43 of file hwsynkp.c.
44{
46
49
52
53
55}
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ LlbHwOmap3SynKpdInitialize()
Definition at line 15 of file hwsynkp.c.
16{
17
19
20
22
23
25
26
28
29
31
32
36}
VOID NTAPI LlbHwOmap3TwlWrite1(IN UCHAR ChipAddress, IN UCHAR RegisterAddress, IN UCHAR Value)
Referenced by LlbHwInitialize().
◆ KeyboardMatrixStatus
UCHAR KeyboardMatrixStatus[8] |
◆ LastState