Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/kbddemo/src/
DkbdLowLevel.c54 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()
DkbdLowLevelSync.c61 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()
DkbdUTF8.c215 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()
DkbdUTF8Sync.c213 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/
Dkprdemo.c212 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()