Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A Dunusual_devs.h72 USB_SC_8070, USB_PR_CB, NULL, 0),
262 USB_SC_SCSI, USB_PR_CB, NULL,
388 USB_SC_DEVICE, USB_PR_CB, NULL,
498 USB_SC_SCSI, USB_PR_CB, NULL,
506 USB_SC_SCSI, USB_PR_CB, NULL,
519 USB_SC_SCSI, USB_PR_CB, NULL,
725 USB_SC_UFI, USB_PR_CB, NULL,
1061 USB_SC_SCSI, USB_PR_CB, NULL,
1073 USB_SC_SCSI, USB_PR_CB, NULL,
1099 USB_SC_SCSI, USB_PR_CB, NULL,
[all …]
H A Dscsiglue.c326 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in slave_configure()
H A Dusb.c669 case USB_PR_CB: in get_transport()
H A Dtransport.c653 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_DPCM_USB) && in usb_stor_invoke_transport()
/openbmc/linux/include/linux/usb/
H A Dstorage.h31 #define USB_PR_CB 0x01 /* Control/Bulk w/o interrupt */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c161 #define USB_PR_CB 0x01 /* Control/Bulk w/o interrupt */ macro