Searched refs:HIDPP_QUIRK_DELAYED_INIT (Results 1 – 1 of 1) sorted by relevance
45 #define HIDPP_QUIRK_DELAYED_INIT BIT(21) macro999 if ((hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) && in hidpp_raw_hidpp_event()1187 hidpp->quirks &= ~HIDPP_QUIRK_DELAYED_INIT; in hidpp_probe()1234 if (hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) in hidpp_probe()1243 if (hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) { in hidpp_probe()1274 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT |1279 .driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },