Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c217 KPRQueue kprq[KBD_MAX_CHANNELS];
395 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0}; // index into codeList above in main()
418 for(cch = 0; cch < KBD_MAX_CHANNELS; cch++) { in main()
493 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8Sync.c398 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above in main()
461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
470 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
DkbdUTF8.c393 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above
461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
DkbdLowLevelSync.c156 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
/RvlSDK-3.3/include/revolution/
Dkbd.h103 #define KBD_MAX_CHANNELS (4) // valid channel numbers are 0-3 macro