Lines Matching refs:channel
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()
235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
256 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
267 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
274 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
282 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
284 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
332 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
336 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_HIRAGANA)) ); in kbdAppKeyEvent()
340 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_KATAKANA)) ); in kbdAppKeyEvent()
353 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_LANG1)) ); in kbdAppKeyEvent()
356 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState & ~KBD_MS_LANG1)) ); in kbdAppKeyEvent()