Lines Matching refs:channel
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()
232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
253 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
264 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
271 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
279 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
281 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
329 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
333 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_HIRAGANA)) ); in kbdAppKeyEvent()
337 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_KATAKANA)) ); in kbdAppKeyEvent()
350 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_LANG1)) ); in kbdAppKeyEvent()
353 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState & ~KBD_MS_LANG1)) ); in kbdAppKeyEvent()