Searched refs:BTN_WEST (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-udraw-ps3.c | 121 input_report_key(udraw->joy_input_dev, BTN_WEST, data[0] & 1); in udraw_raw_event() 394 set_bit(BTN_WEST, input_dev->keybit); in udraw_setup_joypad()
|
H A D | hid-sony.c | 372 [0x10] = BTN_WEST, /* Square */ 399 [0x10] = BTN_WEST, /* Square */ 413 [0x1] = BTN_WEST, /* Square */ 986 input_report_key(input_dev, BTN_WEST, rd[offset+4] & 0x10); in dualshock4_parse_report()
|
H A D | hid-wiimote-modules.c | 1607 BTN_WEST, /* WIIMOD_PRO_KEY_Y */
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-udraw-ps3.c | 121 input_report_key(udraw->joy_input_dev, BTN_WEST, data[0] & 1); in udraw_raw_event() 394 set_bit(BTN_WEST, input_dev->keybit); in udraw_setup_joypad()
|
H A D | hid-playstation.c | 513 BTN_WEST, /* Square */ 1358 input_report_key(ds->gamepad, BTN_WEST, ds_report->buttons[0] & DS_BUTTONS0_SQUARE); in dualsense_parse_report() 2230 input_report_key(ds4->gamepad, BTN_WEST, ds4_report->buttons[0] & DS_BUTTONS0_SQUARE); in dualshock4_parse_report()
|
H A D | hid-sony.c | 390 [0x10] = BTN_WEST, /* Square */ 417 [0x10] = BTN_WEST, /* Square */
|
H A D | hid-nintendo.c | 1410 input_report_key(dev, BTN_WEST, btns & JC_BTN_Y); in joycon_parse_report() 1677 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
|
H A D | hid-wiimote-modules.c | 1607 BTN_WEST, /* WIIMOD_PRO_KEY_Y */
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 340 #define BTN_WEST 0x134 macro 341 #define BTN_Y BTN_WEST
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 340 #define BTN_WEST 0x134 macro 341 #define BTN_Y BTN_WEST
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 327 #define BTN_WEST 0x134 macro 328 #define BTN_Y BTN_WEST
|
Completed in 46 milliseconds