Searched refs:BTN_GEAR_DOWN (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | walkera0701.c | 118 input_report_key(w->input_dev, BTN_GEAR_DOWN, val5 > 0); in walkera0701_parse_frame() 262 w->input_dev->keybit[BIT_WORD(BTN_GEAR_DOWN)] = BIT_MASK(BTN_GEAR_DOWN); in walkera0701_attach()
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-main.c | 40 { BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_BASE, BTN_BASE2, BTN_BASE3,
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 419 #define BTN_GEAR_DOWN 0x150 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 419 #define BTN_GEAR_DOWN 0x150 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-steam.c | 462 input_set_capability(input, EV_KEY, BTN_GEAR_DOWN); in steam_register() 938 input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7))); in steam_do_input_event()
|
D | hid-debug.c | 887 [BTN_GEAR_DOWN] = "WheelBtn",
|