Searched refs:kde (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.1.4/build/demos/kbddemo/src/ |
| D | kbdLowLevel.c | 54 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 55 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 57 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 58 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 63 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 64 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdLowLevelSync.c | 61 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 62 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 64 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 65 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 70 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 71 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8.c | 215 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 216 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 218 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 219 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 224 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 225 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8Sync.c | 213 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 214 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 216 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 217 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 222 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 223 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| /RvlSDK-3.1.4/build/demos/kprdemo/src/ |
| D | kprdemo.c | 212 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 213 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 215 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 216 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 221 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 222 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|