Searched refs:USB_PR_CB (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/storage/ |
D | unusual_devs.h | 87 USB_SC_8070, USB_PR_CB, NULL, 0), 268 USB_SC_SCSI, USB_PR_CB, NULL, 329 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 335 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 355 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN), 378 USB_SC_DEVICE, USB_PR_CB, NULL, 386 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 427 USB_SC_8070, USB_PR_CB, NULL, 0), 449 USB_SC_8020, USB_PR_CB, NULL, 0), 461 USB_SC_SCSI, USB_PR_CB, NULL, [all …]
|
D | scsiglue.c | 281 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_CBI) && in slave_configure()
|
D | usb.c | 654 case USB_PR_CB: in get_transport()
|
D | transport.c | 644 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_DPCM_USB) && in usb_stor_invoke_transport()
|
/linux-4.1.27/include/linux/usb/ |
D | storage.h | 32 #define USB_PR_CB 0x01 /* Control/Bulk w/o interrupt */ macro
|