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.h82 UQ_MSC_ALT_IFACE_1, /* switch to alternate interface 1 */ enumerator
Dusb_quirk.c211 UQ_MSC_NO_START_STOP, UQ_MSC_ALT_IFACE_1),
566 [UQ_MSC_ALT_IFACE_1] = "UQ_MSC_ALT_IFACE_1",
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c880 if (usb_test_quirk(uaa, UQ_MSC_ALT_IFACE_1)) in umass_probe_proto()