Searched refs:BTN_DPAD_LEFT (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/input/joystick/
H A Dsensehat-joystick.c31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
H A Dpsxpad-spi.c238 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0));
265 input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0));
322 input_set_capability(idev, EV_KEY, BTN_DPAD_LEFT);
H A Dn64joy.c163 input_report_key(dev, BTN_DPAD_LEFT, data[i].left);
291 input_set_capability(dev, EV_KEY, BTN_DPAD_LEFT);
/linux-master/drivers/hid/
H A Dhid-steam.c740 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT);
1287 * 9.2 | BTN_DPAD_LEFT | left-pad left
1366 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1415 * 9.2 | BTN_DPAD_LEFT | left-pad left
1538 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
H A Dhid-sony.c382 [0x08] = BTN_DPAD_LEFT, /* Left */
409 [0x08] = BTN_DPAD_LEFT, /* Left */
H A Dhid-debug.c878 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
H A Dhid-nintendo.c377 { BTN_DPAD_LEFT, JC_BTN_LEFT, },
H A Dhid-wiimote-modules.c1611 BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h600 #define BTN_DPAD_LEFT 0x222 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h600 #define BTN_DPAD_LEFT 0x222 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h600 #define BTN_DPAD_LEFT 0x222 macro

Completed in 207 milliseconds