Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c817 if (usb_test_quirk(uaa, UQ_MSC_FORCE_WIRE_BBB)) { in umass_probe_proto()
820 } else if (usb_test_quirk(uaa, UQ_MSC_FORCE_WIRE_CBI)) { in umass_probe_proto()
823 } else if (usb_test_quirk(uaa, UQ_MSC_FORCE_WIRE_CBI_I)) { in umass_probe_proto()
828 if (usb_test_quirk(uaa, UQ_MSC_FORCE_PROTO_SCSI)) { in umass_probe_proto()
831 } else if (usb_test_quirk(uaa, UQ_MSC_FORCE_PROTO_ATAPI)) { in umass_probe_proto()
834 } else if (usb_test_quirk(uaa, UQ_MSC_FORCE_PROTO_UFI)) { in umass_probe_proto()
837 } else if (usb_test_quirk(uaa, UQ_MSC_FORCE_PROTO_RBC)) { in umass_probe_proto()
856 if (usb_test_quirk(uaa, UQ_MSC_NO_TEST_UNIT_READY)) in umass_probe_proto()
858 if (usb_test_quirk(uaa, UQ_MSC_NO_RS_CLEAR_UA)) in umass_probe_proto()
860 if (usb_test_quirk(ua in umass_probe_proto()
[all...]
/third_party/FreeBSD/sys/dev/usb/quirk/
H A Dusb_quirk.h124 uint8_t usb_test_quirk(const struct usb_attach_arg *uaa, uint16_t quirk);
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1678 if (usb_test_quirk(&uaa, UQ_BUS_POWERED)) { in usb_alloc_device()
1681 if (usb_test_quirk(&uaa, UQ_NO_STRINGS)) { in usb_alloc_device()
1766 if (usb_test_quirk(&uaa, UQ_CFG_INDEX_0)) { in usb_alloc_device()
1769 } else if (usb_test_quirk(&uaa, UQ_CFG_INDEX_1)) { in usb_alloc_device()
1772 } else if (usb_test_quirk(&uaa, UQ_CFG_INDEX_2)) { in usb_alloc_device()
1775 } else if (usb_test_quirk(&uaa, UQ_CFG_INDEX_3)) { in usb_alloc_device()
1778 } else if (usb_test_quirk(&uaa, UQ_CFG_INDEX_4)) { in usb_alloc_device()
2359 * usb_test_quirk - test a device for a given quirk
2366 usb_test_quirk(const struct usb_attach_arg *uaa, uint16_t quirk) in usb_test_quirk() function
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c726 if (usb_test_quirk(uaa, UQ_HID_IGNORE)) in uhid_probe()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c683 || usb_test_quirk(uaa, UQ_MSC_EJECT_SAEL_M460)) { in u3g_attach()

Completed in 9 milliseconds