Lines Matching refs:channel
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()
236 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
257 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
268 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
275 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
283 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
285 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
333 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
337 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_HIRAGANA)) ); in kbdAppKeyEvent()
341 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_KATAKANA)) ); in kbdAppKeyEvent()
354 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState | KBD_MS_LANG1)) ); in kbdAppKeyEvent()
357 KBD_CALL( KBDSetModState(kke->channel, (KBDModState) (kke->modState & ~KBD_MS_LANG1)) ); in kbdAppKeyEvent()