Searched refs:kde (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.2/build/demos/kbddemo/src/ |
| D | kbdLowLevel.c | 63 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 64 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 66 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 67 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 72 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 73 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdLowLevelSync.c | 70 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 71 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 73 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 74 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 79 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 80 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8.c | 223 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 224 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 226 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 227 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 232 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 233 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8Sync.c | 222 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 223 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 225 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 226 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 231 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| /RvlSDK-3.2/build/demos/kprdemo/src/ |
| D | kprdemo.c | 222 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 223 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 225 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 226 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 231 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|