Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.c289 USB_QUIRK(KINGSTON, DATATRAVELER3_0, UQ_MSC_NO_PREVENT_ALLOW,
348 UQ_MSC_NO_PREVENT_ALLOW, UQ_MSC_NO_SYNC_CACHE),
358 UQ_MSC_NO_PREVENT_ALLOW, UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_START_STOP),
360 UQ_MSC_NO_PREVENT_ALLOW, UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_START_STOP),
369 UQ_MSC_NO_PREVENT_ALLOW, UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_START_STOP),
394 USB_QUIRK(PROLIFIC, PL2506, UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_PREVENT_ALLOW),
460 USB_QUIRK(STMICRO, ST72682, UQ_MSC_NO_PREVENT_ALLOW),
528 UQ_MSC_NO_PREVENT_ALLOW),
627 [UQ_MSC_NO_PREVENT_ALLOW] = "UQ_MSC_NO_PREVENT_ALLOW",
H A Dusb_quirk.h80 UQ_MSC_NO_PREVENT_ALLOW, /* does not support medium removal */ enumerator
/freebsd/sys/dev/usb/
H A Dusb_msctest.c842 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW) == 0) { in usb_msc_auto_quirk()
856 USB_ADD_QUIRK(udev, any_quirk, UQ_MSC_NO_PREVENT_ALLOW); in usb_msc_auto_quirk()
944 USB_ADD_QUIRK(udev, any_quirk, UQ_MSC_NO_PREVENT_ALLOW); in usb_msc_auto_quirk()
H A Dusb_device.c2067 usb_test_quirk(&uaa, UQ_MSC_NO_PREVENT_ALLOW) == 0 && in usb_alloc_device()
/freebsd/sys/dev/usb/storage/
H A Dumass.c859 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW)) in umass_probe_proto()