Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kbddemo/src/
DkbdLowLevel.c63 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()
DkbdLowLevelSync.c70 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()
DkbdUTF8.c223 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()
DkbdUTF8Sync.c222 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/
Dkprdemo.c222 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()