Searched refs:UQ_MSC_NO_PREVENT_ALLOW (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/usb/quirk/
H A Dusb_quirk.h79 UQ_MSC_NO_PREVENT_ALLOW, /* does not support medium removal */ enumerator in enum:__anon14460
H A Dusb_quirk.c296 USB_QUIRK(KINGSTON, DATATRAVELER3_0, 0x0000, 0xffff, UQ_MSC_NO_PREVENT_ALLOW, UQ_MSC_NO_SYNC_CACHE),
385 UQ_MSC_NO_SYNC_CACHE, UQ_MSC_NO_PREVENT_ALLOW),
464 USB_QUIRK(STMICRO, ST72682, 0x0000, 0xffff, UQ_MSC_NO_PREVENT_ALLOW),
540 UQ_MSC_NO_PREVENT_ALLOW),
632 [UQ_MSC_NO_PREVENT_ALLOW] = "UQ_MSC_NO_PREVENT_ALLOW",
/freebsd-13-stable/sys/dev/usb/
H A Dusb_msctest.c834 usbd_add_dynamic_quirk(udev, UQ_MSC_NO_PREVENT_ALLOW);
921 usbd_add_dynamic_quirk(udev, UQ_MSC_NO_PREVENT_ALLOW);
/freebsd-13-stable/sys/dev/usb/storage/
H A Dumass.c846 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW))

Completed in 55 milliseconds