Searched refs:UICLASS_MASS (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/stand/usb/storage/
H A Dumass_common.c66 uaa->info.bInterfaceClass != UICLASS_MASS ||
/freebsd-12-stable/sys/dev/usb/
H A Dusb_msctest.c631 case UICLASS_MASS:
676 case UICLASS_MASS:
718 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
774 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
943 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
1037 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
1068 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
1087 sc = bbb_attach(udev, iface_index, UICLASS_MASS);
H A Dusb.h468 #define UICLASS_MASS 0x08 macro
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template_msc.c132 .bInterfaceClass = UICLASS_MASS,
H A Dusb_template_multi.c355 .bInterfaceClass = UICLASS_MASS,
/freebsd-12-stable/sys/dev/usb/storage/
H A Dcfumass.c336 (id->bInterfaceClass != UICLASS_MASS) ||
H A Dumass.c713 {USB_IFACE_CLASS(UICLASS_MASS),},
737 (id->bInterfaceClass != UICLASS_MASS)) {
H A Dustorage_fs.c344 (id->bInterfaceClass != UICLASS_MASS) ||
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_cdce.c517 if (id == NULL || id->bInterfaceClass != UICLASS_MASS)
H A Dif_usie.c249 if (id == NULL || id->bInterfaceClass != UICLASS_MASS)
H A Duhso.c738 if (id == NULL || id->bInterfaceClass != UICLASS_MASS)
/freebsd-12-stable/sys/dev/usb/serial/
H A Du3g.c781 if (id == NULL || id->bInterfaceClass != UICLASS_MASS)
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_run.c739 if (id == NULL || id->bInterfaceClass != UICLASS_MASS)

Completed in 234 milliseconds