Home
last modified time | relevance | path

Searched refs:BTN_GRIPL (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/joystick/
H A Dxpad.c457 BTN_GRIPL, BTN_GRIPL2, /* paddle upper left, lower left */
1059 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet()
1159 input_report_key(dev, BTN_GRIPL, data[32] & BIT(0)); in xpadone_process_packet()
1172 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet()
1187 input_report_key(dev, BTN_GRIPL, data[22] & BIT(2)); in xpadone_process_packet()
/linux/drivers/hid/
H A Dhid-steam.c758 input_set_capability(input, EV_KEY, BTN_GRIPL); in steam_input_register()
1485 input_event(input, EV_KEY, BTN_GRIPL, !!(b9 & BIT(7))); in steam_do_input_event()
1669 input_event(input, EV_KEY, BTN_GRIPL, !!(b13 & BIT(1))); in steam_do_deck_input_event()
H A Dhid-debug.c3297 [BTN_GRIPL] = "BtnGripL", [BTN_GRIPR] = "BtnGripR",
/linux/include/uapi/linux/
H A Dinput-event-codes.h605 #define BTN_GRIPL 0x224 macro