Home
last modified time | relevance | path

Searched refs:KBD_MAX_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.1.4/build/demos/kprdemo/src/
Dkprdemo.c204 KPRQueue kprq[KBD_MAX_CHANNELS];
382 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0}; // index into codeList above in main()
404 for(cch = 0; cch < KBD_MAX_CHANNELS; cch++) { in main()
484 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.1.4/build/demos/kbddemo/src/
DkbdUTF8Sync.c384 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
458 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
DkbdLowLevelSync.c143 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
DkbdUTF8.c384 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above in main()
449 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.1.4/include/revolution/
Dkbd.h90 #define KBD_MAX_CHANNELS (4) // valid channel numbers are 0-3 macro