Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dstorage.h30 #define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */ macro
/linux-6.15/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 Dscsiglue.c313 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in sdev_configure()
H A Dusb.c758 case USB_PR_CBI: in get_transport()
834 if (res && us->protocol == USB_PR_CBI) { in get_pipes()
H A Dtransport.c1010 if (us->protocol != USB_PR_CBI) in usb_stor_CB_transport()