Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.h103 UQ_MSC_EJECT_REZERO, /* ejects after SCSI rezero command */ enumerator
H A Dusb_quirk.c648 [UQ_MSC_EJECT_REZERO] = "UQ_MSC_EJECT_REZERO",
/freebsd/sys/dev/usb/serial/
H A Du3g.c831 else if (usb_test_quirk(uaa, UQ_MSC_EJECT_REZERO)) in u3g_test_autoinst()