Lines Matching refs:keycode
135 u16 keycode; member
202 u16 keycode[ATI_REMOTE2_MODES][ARRAY_SIZE(ati_remote2_key_table)]; member
406 if (ar2->keycode[mode][index] == BTN_LEFT || in ati_remote2_input_key()
407 ar2->keycode[mode][index] == BTN_RIGHT) in ati_remote2_input_key()
422 input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]); in ati_remote2_input_key()
517 ke->keycode = ar2->keycode[mode][offset]; in ati_remote2_getkeycode()
555 *old_keycode = ar2->keycode[mode][offset]; in ati_remote2_setkeycode()
556 ar2->keycode[mode][offset] = ke->keycode; in ati_remote2_setkeycode()
557 __set_bit(ke->keycode, idev->keybit); in ati_remote2_setkeycode()
561 if (ar2->keycode[mode][index] == *old_keycode) in ati_remote2_setkeycode()
590 ar2->keycode[mode][index] = ati_remote2_key_table[index].keycode; in ati_remote2_input_init()
591 __set_bit(ar2->keycode[mode][index], idev->keybit); in ati_remote2_input_init()
597 ar2->keycode[ATI_REMOTE2_AUX1][index] = KEY_PROG1; in ati_remote2_input_init()
598 ar2->keycode[ATI_REMOTE2_AUX2][index] = KEY_PROG2; in ati_remote2_input_init()
599 ar2->keycode[ATI_REMOTE2_AUX3][index] = KEY_PROG3; in ati_remote2_input_init()
600 ar2->keycode[ATI_REMOTE2_AUX4][index] = KEY_PROG4; in ati_remote2_input_init()
601 ar2->keycode[ATI_REMOTE2_PC][index] = KEY_PC; in ati_remote2_input_init()