Lines Matching full:keycode
132 u16 keycode; member
199 u16 keycode[ATI_REMOTE2_MODES][ARRAY_SIZE(ati_remote2_key_table)]; member
384 if (ar2->keycode[mode][index] == BTN_LEFT || in ati_remote2_input_key()
385 ar2->keycode[mode][index] == BTN_RIGHT) in ati_remote2_input_key()
400 input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]); in ati_remote2_input_key()
495 ke->keycode = ar2->keycode[mode][offset]; in ati_remote2_getkeycode()
533 *old_keycode = ar2->keycode[mode][offset]; in ati_remote2_setkeycode()
534 ar2->keycode[mode][offset] = ke->keycode; in ati_remote2_setkeycode()
535 __set_bit(ke->keycode, idev->keybit); in ati_remote2_setkeycode()
539 if (ar2->keycode[mode][index] == *old_keycode) in ati_remote2_setkeycode()
568 ar2->keycode[mode][index] = ati_remote2_key_table[index].keycode; in ati_remote2_input_init()
569 __set_bit(ar2->keycode[mode][index], idev->keybit); in ati_remote2_input_init()
575 ar2->keycode[ATI_REMOTE2_AUX1][index] = KEY_PROG1; in ati_remote2_input_init()
576 ar2->keycode[ATI_REMOTE2_AUX2][index] = KEY_PROG2; in ati_remote2_input_init()
577 ar2->keycode[ATI_REMOTE2_AUX3][index] = KEY_PROG3; in ati_remote2_input_init()
578 ar2->keycode[ATI_REMOTE2_AUX4][index] = KEY_PROG4; in ati_remote2_input_init()
579 ar2->keycode[ATI_REMOTE2_PC][index] = KEY_PC; in ati_remote2_input_init()