Lines Matching refs:quirks
109 unsigned long quirks; member
731 if (hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS) in wtp_populate_input()
777 !(hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS)) in wtp_send_raw_xy_event()
842 if (hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS) { in wtp_raw_event()
943 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_input_mapping()
952 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_populate_input()
999 if ((hidpp->quirks & HIDPP_QUIRK_DELAYED_INIT) && in hidpp_raw_hidpp_event()
1039 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_raw_event()
1114 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { in hidpp_connect_event()
1183 hidpp->quirks = id->driver_data; in hidpp_probe()
1186 hidpp->quirks &= ~HIDPP_QUIRK_CLASS_WTP; in hidpp_probe()
1187 hidpp->quirks &= ~HIDPP_QUIRK_DELAYED_INIT; in hidpp_probe()
1190 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { in hidpp_probe()
1225 if (connected && (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP)) { 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()