Home
last modified time | relevance | path

Searched refs:USB_CLASS_MASS_STORAGE (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/usb/storage/
Dusual-tables.c27 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, useProto, useTrans) }
Duas-detect.h8 return (intf->desc.bInterfaceClass == USB_CLASS_MASS_STORAGE && in uas_is_interface()
Duas.c920 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_BULK) },
921 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_UAS) },
/linux-6.1.9/drivers/usb/core/
Ddevices.c113 {USB_CLASS_MASS_STORAGE, "stor."},
/linux-6.1.9/drivers/usb/gadget/function/
Dstorage_common.c37 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
Df_tcm.c1730 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
1740 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
/linux-6.1.9/include/uapi/linux/usb/
Dch9.h322 #define USB_CLASS_MASS_STORAGE 8 macro
/linux-6.1.9/drivers/staging/gdm724x/
Dgdm_usb.c37 .bInterfaceClass = USB_CLASS_MASS_STORAGE,\
/linux-6.1.9/drivers/usb/serial/
Doption.c2272 if (iface_desc->bInterfaceClass == USB_CLASS_MASS_STORAGE) in option_probe()