/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ibm-panel.c | 150 panel->keycodes[0] = BTN_NORTH; in ibm_panel_probe()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-udraw-ps3.c | 124 input_report_key(udraw->joy_input_dev, BTN_NORTH, !!(data[0] & 8)); in udraw_raw_event() 392 set_bit(BTN_NORTH, input_dev->keybit); in udraw_setup_joypad()
|
H A D | hid-sony.c | 369 [0x0d] = BTN_NORTH, /* Triangle */ 396 [0x0d] = BTN_NORTH, /* Triangle */ 416 [0x4] = BTN_NORTH, /* Triangle */ 989 input_report_key(input_dev, BTN_NORTH, rd[offset+4] & 0x80); in dualshock4_parse_report()
|
H A D | hid-wiimote-modules.c | 1606 BTN_NORTH, /* WIIMOD_PRO_KEY_X */
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-udraw-ps3.c | 124 input_report_key(udraw->joy_input_dev, BTN_NORTH, !!(data[0] & 8)); in udraw_raw_event() 392 set_bit(BTN_NORTH, input_dev->keybit); in udraw_setup_joypad()
|
H A D | hid-playstation.c | 514 BTN_NORTH, /* Triangle */ 1361 input_report_key(ds->gamepad, BTN_NORTH, ds_report->buttons[0] & DS_BUTTONS0_TRIANGLE); in dualsense_parse_report() 2233 input_report_key(ds4->gamepad, BTN_NORTH, ds4_report->buttons[0] & DS_BUTTONS0_TRIANGLE); in dualshock4_parse_report()
|
H A D | hid-sony.c | 387 [0x0d] = BTN_NORTH, /* Triangle */ 414 [0x0d] = BTN_NORTH, /* Triangle */
|
H A D | hid-nintendo.c | 1411 input_report_key(dev, BTN_NORTH, btns & JC_BTN_X); in joycon_parse_report() 1677 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
|
H A D | hid-wiimote-modules.c | 1606 BTN_NORTH, /* WIIMOD_PRO_KEY_X */
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 386 #define BTN_NORTH 0x133 macro 387 #define BTN_X BTN_NORTH
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 338 #define BTN_NORTH 0x133 macro 339 #define BTN_X BTN_NORTH
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 338 #define BTN_NORTH 0x133 macro 339 #define BTN_X BTN_NORTH
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 325 #define BTN_NORTH 0x133 macro 326 #define BTN_X BTN_NORTH
|