Searched refs:HIDPP_QUIRK_CLASS_WTP (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c42 #define HIDPP_QUIRK_CLASS_WTP BIT(0) macro
943 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) hidpp_input_mapping()
952 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) hidpp_populate_input()
1039 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) hidpp_raw_event()
1114 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { hidpp_connect_event()
1186 hidpp->quirks &= ~HIDPP_QUIRK_CLASS_WTP; hidpp_probe()
1190 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { hidpp_probe()
1225 if (connected && (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP)) { hidpp_probe()
1274 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT |
1279 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },
1283 .driver_data = HIDPP_QUIRK_CLASS_WTP },

Completed in 42 milliseconds