Searched refs:BTN_GRIPL2 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 463 BTN_GRIPL, BTN_GRIPL2, /* paddle upper left, lower left */ 1068 input_report_key(dev, BTN_GRIPL2, data[18] & BIT(3)); in xpadone_process_packet() 1168 input_report_key(dev, BTN_GRIPL2, data[32] & BIT(2)); in xpadone_process_packet() 1181 input_report_key(dev, BTN_GRIPL2, data[18] & BIT(3)); in xpadone_process_packet() 1196 input_report_key(dev, BTN_GRIPL2, data[22] & BIT(3)); in xpadone_process_packet()
|
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 1155 input_set_capability(input, EV_KEY, BTN_GRIPL2); in steam_input_register() 1558 input_report_key(input, BTN_GRIPL2, 0); in steam_mode_switch_cb() 2202 { BTN_GRIPL2, 9, 7 }, 2412 { BTN_GRIPL2, 4, 2 },
|
| H A D | hid-debug.c | 3298 [BTN_GRIPL2] = "BtnGripL2", [BTN_GRIPR2] = "BtnGripR2",
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 607 #define BTN_GRIPL2 0x226 macro
|