Lines Matching refs:channel
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()
233 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
254 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
265 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
272 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
280 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
282 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
330 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
334 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_HIRAGANA)) ); in kbdAppKeyEvent()
338 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_KATAKANA)) ); in kbdAppKeyEvent()
351 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_LANG1)) ); in kbdAppKeyEvent()
354 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState & ~KBD_MS_LANG1)) ); in kbdAppKeyEvent()