Searched refs:kde (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.3/build/demos/kbddemo/src/ |
| D | kbdLowLevel.c | 66 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 67 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 69 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 70 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 75 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 76 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdLowLevelSync.c | 73 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 74 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 76 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 77 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 82 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 83 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8.c | 226 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 227 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 229 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 230 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 235 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 236 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| D | kbdUTF8Sync.c | 225 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 226 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 228 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 229 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 234 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 225 kbdAppAttach (KBDDevEvent *kde) { in kbdAppAttach() argument 226 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach() 228 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach() 229 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach() 234 kbdAppDetach (KBDDevEvent *kde) { in kbdAppDetach() argument 235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
|