Home
last modified time | relevance | path

Searched refs:BTN_GRIPR2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/joystick/
H A Dxpad.c462 BTN_GRIPR, BTN_GRIPR2, /* paddle upper right, lower right */
1066 input_report_key(dev, BTN_GRIPR2, data[18] & BIT(1)); in xpadone_process_packet()
1166 input_report_key(dev, BTN_GRIPR2, data[32] & BIT(3)); in xpadone_process_packet()
1179 input_report_key(dev, BTN_GRIPR2, data[18] & BIT(1)); in xpadone_process_packet()
1194 input_report_key(dev, BTN_GRIPR2, data[22] & BIT(1)); in xpadone_process_packet()
/linux/include/uapi/linux/
H A Dinput-event-codes.h608 #define BTN_GRIPR2 0x227 macro
/linux/drivers/hid/
H A Dhid-debug.c3298 [BTN_GRIPL2] = "BtnGripL2", [BTN_GRIPR2] = "BtnGripR2",