Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h83 UQ_MSC_ALT_IFACE_1, /* switch to alternate interface 1 */ enumerator
Dusb_quirk.c210 UQ_MSC_NO_START_STOP, UQ_MSC_ALT_IFACE_1),
565 [UQ_MSC_ALT_IFACE_1] = "UQ_MSC_ALT_IFACE_1",
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c874 if (usb_test_quirk(uaa, UQ_MSC_ALT_IFACE_1)) in umass_probe_proto()