Searched refs:USB_SC_RBC (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | storage.h | 16 #define USB_SC_RBC 0x01 /* Typically, flash devices */ macro
|
/openbmc/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 1282 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 D | usb.c | 695 case USB_SC_RBC: in get_protocol()
|
H A D | transport.c | 722 if (us->subclass == USB_SC_RBC || us->subclass == USB_SC_SCSI || in usb_stor_invoke_transport()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 165 #define USB_SC_RBC 0x01 /* Reduced Block Commands (flash) */ macro
|