Lines Matching refs:quirks

120 	unsigned long quirks;  member
788 if (hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS) in wtp_populate_input()
834 !(hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS)) in wtp_send_raw_xy_event()
899 if (hidpp->quirks & HIDPP_QUIRK_WTP_PHYSICAL_BUTTONS) { in wtp_raw_event()
1270 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_input_mapping()
1272 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560 && in hidpp_input_mapping()
1282 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_populate_input()
1284 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) in hidpp_populate_input()
1333 if ((hidpp->quirks & HIDPP_QUIRK_CONNECT_EVENTS) && in hidpp_raw_hidpp_event()
1373 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) in hidpp_raw_event()
1375 else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) in hidpp_raw_event()
1450 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { in hidpp_connect_event()
1454 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) { in hidpp_connect_event()
1458 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_K400) { in hidpp_connect_event()
1479 if (!(hidpp->quirks & HIDPP_QUIRK_NO_HIDINPUT)) in hidpp_connect_event()
1530 hidpp->quirks = id->driver_data; in hidpp_probe()
1533 hidpp->quirks &= ~HIDPP_QUIRK_CLASS_WTP; in hidpp_probe()
1534 hidpp->quirks &= ~HIDPP_QUIRK_CONNECT_EVENTS; in hidpp_probe()
1535 hidpp->quirks &= ~HIDPP_QUIRK_NO_HIDINPUT; in hidpp_probe()
1538 if (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP) { in hidpp_probe()
1542 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_M560) { in hidpp_probe()
1546 } else if (hidpp->quirks & HIDPP_QUIRK_CLASS_K400) { in hidpp_probe()
1581 if (connected && (hidpp->quirks & HIDPP_QUIRK_CLASS_WTP)) { in hidpp_probe()
1590 if (hidpp->quirks & HIDPP_QUIRK_NO_HIDINPUT) in hidpp_probe()
1599 if (hidpp->quirks & HIDPP_QUIRK_CONNECT_EVENTS) { in hidpp_probe()