Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h83 UQ_MSC_SHUTTLE_INIT, /* requires Shuttle init sequence */ enumerator
Dusb_quirk.c349 UQ_MSC_NO_START_STOP, UQ_MSC_SHUTTLE_INIT),
366 UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_SHUTTLE_INIT),
565 [UQ_MSC_SHUTTLE_INIT] = "UQ_MSC_SHUTTLE_INIT",
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c876 if (usb_test_quirk(uaa, UQ_MSC_SHUTTLE_INIT)) in umass_probe_proto()