Symbol: BTN_DPAD_LEFT
drivers/hid/hid-debug.c
3273
[BTN_DPAD_LEFT] = "BtnDPadLeft", [BTN_DPAD_RIGHT] = "BtnDPadRight",
drivers/hid/hid-nintendo.c
379
{ BTN_DPAD_LEFT, JC_BTN_LEFT, },
drivers/hid/hid-sony.c
386
[0x08] = BTN_DPAD_LEFT, /* Left */
drivers/hid/hid-sony.c
413
[0x08] = BTN_DPAD_LEFT, /* Left */
drivers/hid/hid-steam.c
1493
input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
drivers/hid/hid-steam.c
1665
input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
drivers/hid/hid-steam.c
749
input_set_capability(input, EV_KEY, BTN_DPAD_LEFT);
drivers/hid/hid-wiimote-modules.c
1611
BTN_DPAD_LEFT, /* WIIMOD_PRO_KEY_LEFT */
drivers/input/joystick/n64joy.c
163
input_report_key(dev, BTN_DPAD_LEFT, data[i].left);
drivers/input/joystick/n64joy.c
288
input_set_capability(dev, EV_KEY, BTN_DPAD_LEFT);
drivers/input/joystick/psxpad-spi.c
238
input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0));
drivers/input/joystick/psxpad-spi.c
265
input_report_key(input, BTN_DPAD_LEFT, b_rsp3 & BIT(0));
drivers/input/joystick/psxpad-spi.c
322
input_set_capability(idev, EV_KEY, BTN_DPAD_LEFT);
drivers/input/joystick/sensehat-joystick.c
31
BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
drivers/input/joystick/xpad.c
1128
input_report_key(dev, BTN_DPAD_LEFT, data[5] & BIT(2));
drivers/input/joystick/xpad.c
453
BTN_DPAD_LEFT, BTN_DPAD_RIGHT, /* d-pad left, right */
drivers/input/joystick/xpad.c
855
input_report_key(dev, BTN_DPAD_LEFT, data[2] & BIT(2));
drivers/input/joystick/xpad.c
906
input_report_key(dev, BTN_DPAD_LEFT, data[2] & BIT(2));