Searched refs:UQ_MSC_NO_PREVENT_ALLOW (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/quirk/ |
D | usb_quirk.h | 79 UQ_MSC_NO_PREVENT_ALLOW, /* does not support medium removal */ enumerator
|
D | usb_quirk.c | 318 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/ |
D | umass.c | 874 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW)) in umass_probe_proto()
|