Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/storage/
H A Dunusual_devs.h72 USB_SC_8070, USB_PR_CB, NULL, 0),
269 USB_SC_SCSI, USB_PR_CB, NULL,
395 USB_SC_DEVICE, USB_PR_CB, NULL,
505 USB_SC_SCSI, USB_PR_CB, NULL,
513 USB_SC_SCSI, USB_PR_CB, NULL,
526 USB_SC_SCSI, USB_PR_CB, NULL,
732 USB_SC_UFI, USB_PR_CB, NULL,
1068 USB_SC_SCSI, USB_PR_CB, NULL,
1080 USB_SC_SCSI, USB_PR_CB, NULL,
1106 USB_SC_SCSI, USB_PR_CB, NULL,
[all …]
H A Dscsiglue.c313 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in sdev_configure()
H A Dusb.c751 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()
/linux-6.15/include/linux/usb/
H A Dstorage.h31 #define USB_PR_CB 0x01 /* Control/Bulk w/o interrupt */ macro