Searched refs:BTN_DPAD_RIGHT (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.c239 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2));
266 input_report_key(input, BTN_DPAD_RIGHT, b_rsp3 & BIT(2));
323 input_set_capability(idev, EV_KEY, BTN_DPAD_RIGHT);
H A Dn64joy.c164 input_report_key(dev, BTN_DPAD_RIGHT, data[i].right);
292 input_set_capability(dev, EV_KEY, BTN_DPAD_RIGHT);
/linux-master/drivers/hid/
H A Dhid-steam.c739 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT);
1286 * 9.1 | BTN_DPAD_RIGHT | left-pad right
1365 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1414 * 9.1 | BTN_DPAD_RIGHT | left-pad right
1537 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
H A Dhid-sony.c380 [0x06] = BTN_DPAD_RIGHT, /* Right */
407 [0x06] = BTN_DPAD_RIGHT, /* Right */
H A Dhid-debug.c878 [BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
H A Dhid-nintendo.c378 { BTN_DPAD_RIGHT, JC_BTN_RIGHT, },
H A Dhid-wiimote-modules.c1612 BTN_DPAD_RIGHT, /* WIIMOD_PRO_KEY_RIGHT */
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h601 #define BTN_DPAD_RIGHT 0x223 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h601 #define BTN_DPAD_RIGHT 0x223 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h601 #define BTN_DPAD_RIGHT 0x223 macro

Completed in 167 milliseconds