Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb.h459 #define UICLASS_MASS 0x08 macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.c210 .bInterfaceClass = UICLASS_MASS,
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c769 (id->bInterfaceClass != UICLASS_MASS)) { in umass_get_proto()