Searched refs:hid_test_quirk (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hms.c | 206 if ((error != 0 && hid_test_quirk(hw, HQ_HAS_MS_BOOTPROTO)) || in hms_identify() 207 (error == 0 && hid_test_quirk(hw, HQ_MS_BOOTPROTO) && in hms_identify() 270 if (hid_test_quirk(hw, HQ_MS_REVZ)) in hms_attach() 275 if (hid_test_quirk(hw, HQ_MS_VENDOR_BTN)) in hms_attach() 279 if (hid_test_quirk(hw, HQ_IICHID_SAMPLING) && in hms_attach()
|
H A D | xb360gp.c | 109 if (hid_test_quirk(hw, HQ_IS_XBOX360GP)) in xb360gp_identify() 121 if (!hid_test_quirk(hw, HQ_IS_XBOX360GP)) in xb360gp_probe()
|
H A D | hgame.c | 187 if (hid_test_quirk(hw, HQ_IS_XBOX360GP)) in hgame_probe()
|
H A D | hid.h | 330 bool hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk);
|
H A D | hmt.c | 377 (hid_test_quirk(hw, HQ_MT_TIMESTAMP) || hmt_timestamps)) in hmt_attach() 380 if (hid_test_quirk(hw, HQ_IICHID_SAMPLING)) in hmt_attach()
|
H A D | ps4dshock.c | 959 if (hid_test_quirk(hid_get_device_info(sc->hm.dev), in ps4dsmtp_final_cb()
|
H A D | hidbus.c | 371 sc->nowrite = hid_test_quirk(devinfo, HQ_NOWRITE); in hidbus_attach()
|
H A D | hid.c | 978 hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk) in hid_test_quirk() function
|
H A D | hkbd.c | 934 if (hid_test_quirk(hw, HQ_KBD_BOOTPROTO) || in hkbd_attach()
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 341 nowrite = hid_test_quirk(&sc->sc_hw, HQ_NOWRITE); in usbhid_intr_setup() 804 if (hid_test_quirk(&sc->sc_hw, HQ_HID_IGNORE)) in usbhid_probe()
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1126 if (hid_test_quirk(&sc->hw, HQ_HID_IGNORE))
|