Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kprdemo/src/
Dkprdemo.c214 KPRQueue kprq[KBD_MAX_CHANNELS];
392 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0}; // index into codeList above in main()
415 for(cch = 0; cch < KBD_MAX_CHANNELS; cch++) { in main()
490 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.2/build/demos/kbddemo/src/
DkbdUTF8Sync.c395 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above in main()
458 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
467 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
DkbdLowLevelSync.c153 for(ch=0; ch<KBD_MAX_CHANNELS; ch++) { in main()
DkbdUTF8.c390 static u32 country[KBD_MAX_CHANNELS] = { 0, 0, 0, 0 }; // index into codeList above
458 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main()
/RvlSDK-3.2/include/revolution/
Dkbd.h100 #define KBD_MAX_CHANNELS (4) // valid channel numbers are 0-3 macro