Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdLowLevel.c66 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()
DkbdLowLevelSync.c73 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()
DkbdUTF8.c226 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()
DkbdUTF8Sync.c225 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/
Dkprdemo.c225 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()