Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dinput.h32 int right_keycode; member
/third_party/uboot/u-boot-2020.01/drivers/input/
Dinput.c151 int right_keycode; /* Right keycode to select this map */ member
585 int right_keycode, const uchar *xlate, int num_entries) in input_add_table()