Searched refs:right_keycode (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dinput.h32 int right_keycode; member in struct:input_key_xlate
104 * @param right_keycode Another key to hold to get into this table
109 int right_keycode, const uchar *xlate, int num_entries);
/u-boot/drivers/input/
H A Dinput.c152 int right_keycode; /* Right keycode to select this map */ member in struct:kbd_entry
274 if (key == tab->left_keycode || key == tab->right_keycode)
601 int right_keycode, const uchar *xlate, int num_entries)
612 table->right_keycode = right_keycode;
650 entry->right_keycode, entry->xlate,
600 input_add_table(struct input_config *config, int left_keycode, int right_keycode, const uchar *xlate, int num_entries) argument

Completed in 103 milliseconds