Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.c164 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
183 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE, UQ_MSC_NO_SYNC_CACHE),
186 UQ_MSC_FORCE_SHORT_INQ, UQ_MSC_NO_START_STOP,
190 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
205 UQ_MSC_NO_START_STOP),
210 UQ_MSC_NO_START_STOP, UQ_MSC_ALT_IFACE_1),
248 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
251 UQ_MSC_NO_START_STOP),
315 UQ_MSC_NO_START_STOP),
348 UQ_MSC_NO_START_STOP, UQ_MSC_SHUTTLE_INIT),
[all …]
Dusb_quirk.h76 UQ_MSC_NO_START_STOP, /* does not support start/stop */ enumerator
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c860 if (usb_test_quirk(uaa, UQ_MSC_NO_START_STOP)) in umass_probe_proto()