Home
last modified time | relevance | path

Searched refs:UQ_MSC_NO_PREVENT_ALLOW (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h79 UQ_MSC_NO_PREVENT_ALLOW, /* does not support medium removal */ enumerator
Dusb_quirk.c318 UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_PREVENT_ALLOW),
397 USB_QUIRK(STMICRO, ST72682, 0x0000, 0xffff, UQ_MSC_NO_PREVENT_ALLOW),
473 UQ_MSC_NO_PREVENT_ALLOW),
563 [UQ_MSC_NO_PREVENT_ALLOW] = "UQ_MSC_NO_PREVENT_ALLOW",
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c874 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW)) in umass_probe_proto()