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

/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c45 #define HIDPP_QUIRK_DELAYED_INIT BIT(21) macro
999 if ((hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) && hidpp_raw_hidpp_event()
1187 hidpp->quirks &= ~HIDPP_QUIRK_DELAYED_INIT; hidpp_probe()
1234 if (hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) hidpp_probe()
1243 if (hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) { hidpp_probe()
1274 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT |
1279 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },

Completed in 44 milliseconds