Lines Matching refs:keycode
137 u16 keycode; member
204 u16 keycode[ATI_REMOTE2_MODES][ARRAY_SIZE(ati_remote2_key_table)]; member
408 if (ar2->keycode[mode][index] == BTN_LEFT || in ati_remote2_input_key()
409 ar2->keycode[mode][index] == BTN_RIGHT) in ati_remote2_input_key()
424 input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]); in ati_remote2_input_key()
519 ke->keycode = ar2->keycode[mode][offset]; in ati_remote2_getkeycode()
557 *old_keycode = ar2->keycode[mode][offset]; in ati_remote2_setkeycode()
558 ar2->keycode[mode][offset] = ke->keycode; in ati_remote2_setkeycode()
559 __set_bit(ke->keycode, idev->keybit); in ati_remote2_setkeycode()
563 if (ar2->keycode[mode][index] == *old_keycode) in ati_remote2_setkeycode()
592 ar2->keycode[mode][index] = ati_remote2_key_table[index].keycode; in ati_remote2_input_init()
593 __set_bit(ar2->keycode[mode][index], idev->keybit); in ati_remote2_input_init()
599 ar2->keycode[ATI_REMOTE2_AUX1][index] = KEY_PROG1; in ati_remote2_input_init()
600 ar2->keycode[ATI_REMOTE2_AUX2][index] = KEY_PROG2; in ati_remote2_input_init()
601 ar2->keycode[ATI_REMOTE2_AUX3][index] = KEY_PROG3; in ati_remote2_input_init()
602 ar2->keycode[ATI_REMOTE2_AUX4][index] = KEY_PROG4; in ati_remote2_input_init()
603 ar2->keycode[ATI_REMOTE2_PC][index] = KEY_PC; in ati_remote2_input_init()