Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A Dusual-tables.c27 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, useProto, useTrans) }
H A Duas-detect.h8 return (intf->desc.bInterfaceClass == USB_CLASS_MASS_STORAGE && in uas_is_interface()
H A Duas.c926 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_BULK) },
927 { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, USB_SC_SCSI, USB_PR_UAS) },
/openbmc/qemu/hw/usb/
H A Ddev-storage.c61 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
96 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
131 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
H A Ddev-uas.c184 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
235 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
/openbmc/u-boot/include/
H A Dusb_defs.h19 #define USB_CLASS_MASS_STORAGE 8 macro
H A Dusbdevice.h162 #define USB_CLASS_MASS_STORAGE 8 macro
/openbmc/u-boot/cmd/
H A Dusb.c45 case USB_CLASS_MASS_STORAGE: in usb_get_class_desc()
93 case USB_CLASS_MASS_STORAGE: in usb_display_class_sub()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c404 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c135 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
/openbmc/linux/drivers/usb/core/
H A Ddevices.c113 {USB_CLASS_MASS_STORAGE, "stor."},
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c38 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
H A Df_tcm.c1681 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
1691 .bInterfaceClass = USB_CLASS_MASS_STORAGE,
/openbmc/u-boot/include/linux/usb/
H A Dch9.h288 #define USB_CLASS_MASS_STORAGE 8 macro
/openbmc/qemu/include/hw/
H A Dusb.h79 #define USB_CLASS_MASS_STORAGE 8 macro
/openbmc/u-boot/common/
H A Dusb_storage.c1302 iface->desc.bInterfaceClass != USB_CLASS_MASS_STORAGE || in usb_storage_probe()
1535 .bInterfaceClass = USB_CLASS_MASS_STORAGE
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h319 #define USB_CLASS_MASS_STORAGE 8 macro
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt302 .bInterfaceClass = USB_CLASS_MASS_STORAGE},
313 bInterfaceClass value of USB_CLASS_MASS_STORAGE, it will automatically find
/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_usb.c37 .bInterfaceClass = USB_CLASS_MASS_STORAGE,\
/openbmc/linux/drivers/usb/serial/
H A Doption.c2500 if (iface_desc->bInterfaceClass == USB_CLASS_MASS_STORAGE) in option_probe()