Searched refs:USB_PR_CBI (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | storage.h | 30 #define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */ macro
|
/openbmc/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 2471 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 D | usb.c | 676 case USB_PR_CBI: in get_transport() 752 if (res && us->protocol == USB_PR_CBI) { in get_pipes()
|
H A D | scsiglue.c | 326 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in slave_configure()
|
H A D | transport.c | 1010 if (us->protocol != USB_PR_CBI) in usb_stor_CB_transport()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 160 #define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */ macro
|