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

/freebsd-10.2-release/sys/dev/usb/quirk/
H A Dusb_quirk.h77 UQ_MSC_NO_PREVENT_ALLOW, /* does not support medium removal */ enumerator in enum:__anon10272
H A Dusb_quirk.c409 USB_QUIRK(STMICRO, ST72682, 0x0000, 0xffff, UQ_MSC_NO_PREVENT_ALLOW),
485 UQ_MSC_NO_PREVENT_ALLOW),
568 [UQ_MSC_NO_PREVENT_ALLOW] = "UQ_MSC_NO_PREVENT_ALLOW",
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_msctest.c828 usbd_add_dynamic_quirk(udev, UQ_MSC_NO_PREVENT_ALLOW);
919 usbd_add_dynamic_quirk(udev, UQ_MSC_NO_PREVENT_ALLOW);
/freebsd-10.2-release/sys/dev/usb/storage/
H A Dumass.c841 if (usb_test_quirk(uaa, UQ_MSC_NO_PREVENT_ALLOW))

Completed in 76 milliseconds