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.c165 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
184 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE, UQ_MSC_NO_SYNC_CACHE),
187 UQ_MSC_FORCE_SHORT_INQ, UQ_MSC_NO_START_STOP,
191 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
206 UQ_MSC_NO_START_STOP),
211 UQ_MSC_NO_START_STOP, UQ_MSC_ALT_IFACE_1),
249 UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
252 UQ_MSC_NO_START_STOP),
316 UQ_MSC_NO_START_STOP),
349 UQ_MSC_NO_START_STOP, UQ_MSC_SHUTTLE_INIT),
[all …]
Dusb_quirk.h75 UQ_MSC_NO_START_STOP, /* does not support start/stop */ enumerator
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c864 if (usb_test_quirk(uaa, UQ_MSC_NO_START_STOP)) in umass_probe_proto()