Home
last modified time | relevance | path

Searched refs:USB_SC_RBC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dstorage.h16 #define USB_SC_RBC 0x01 /* Typically, flash devices */ macro
/openbmc/linux/drivers/usb/storage/
H A Dunusual_devs.h1282 USB_SC_RBC, USB_PR_BULK, NULL,
2463 USUAL_DEV(USB_SC_RBC, USB_PR_CB),
2471 USUAL_DEV(USB_SC_RBC, USB_PR_CBI),
2479 USUAL_DEV(USB_SC_RBC, USB_PR_BULK),
H A Dusb.c695 case USB_SC_RBC: in get_protocol()
H A Dtransport.c722 if (us->subclass == USB_SC_RBC || us->subclass == USB_SC_SCSI || in usb_stor_invoke_transport()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c165 #define USB_SC_RBC 0x01 /* Reduced Block Commands (flash) */ macro