Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dinput.c150 int right_keycode; /* Right keycode to select this map */ member
258 if (key == tab->left_keycode || key == tab->right_keycode) in process_modifier()
584 int right_keycode, const uchar *xlate, int num_entries) in input_add_table() argument
595 table->right_keycode = right_keycode; in input_add_table()
633 entry->right_keycode, entry->xlate, in input_add_tables()
/openbmc/u-boot/include/
H A Dinput.h32 int right_keycode; member
109 int right_keycode, const uchar *xlate, int num_entries);