Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
H A Dxpad.c463 BTN_GRIPL, BTN_GRIPL2, /* paddle upper left, lower left */
1067 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet()
1167 input_report_key(dev, BTN_GRIPL, data[32] & BIT(0)); in xpadone_process_packet()
1180 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet()
1195 input_report_key(dev, BTN_GRIPL, data[22] & BIT(2)); in xpadone_process_packet()
/linux/include/uapi/linux/
H A Dinput-event-codes.h605 #define BTN_GRIPL 0x224 macro
/linux/drivers/hid/
H A Dhid-debug.c3297 [BTN_GRIPL] = "BtnGripL", [BTN_GRIPR] = "BtnGripR",