Home
last modified time | relevance | path

Searched refs:USB_PR_DPCM_USB (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/storage/
H A Dunusual_sddr09.h12 USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
24 USB_SC_SCSI, USB_PR_DPCM_USB, usb_stor_sddr09_dpcm_init,
42 USB_SC_SCSI, USB_PR_DPCM_USB, NULL, 0),
H A Dtransport.c653 if ((us->protocol == USB_PR_CB || us->protocol == USB_PR_DPCM_USB) && in usb_stor_invoke_transport()
H A Dsddr09.c1760 if (us->protocol == USB_PR_DPCM_USB) { in sddr09_probe()
/openbmc/linux/include/linux/usb/
H A Dstorage.h38 #define USB_PR_DPCM_USB 0xf0 /* Combination CB/SDDR09 */ macro