Home
last modified time | relevance | path

Searched refs:USB_PR_CBI (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dstorage.h30 #define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */ macro
/openbmc/linux/drivers/usb/storage/
H A Dunusual_devs.h2471 USUAL_DEV(USB_SC_RBC, USB_PR_CBI),
2472 USUAL_DEV(USB_SC_8020, USB_PR_CBI),
2473 USUAL_DEV(USB_SC_QIC, USB_PR_CBI),
2474 USUAL_DEV(USB_SC_UFI, USB_PR_CBI),
2475 USUAL_DEV(USB_SC_8070, USB_PR_CBI),
2476 USUAL_DEV(USB_SC_SCSI, USB_PR_CBI),
H A Dusb.c676 case USB_PR_CBI: in get_transport()
752 if (res && us->protocol == USB_PR_CBI) { in get_pipes()
H A Dscsiglue.c326 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in slave_configure()
H A Dtransport.c1010 if (us->protocol != USB_PR_CBI) in usb_stor_CB_transport()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c160 #define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */ macro