Home
last modified time | relevance | path

Searched refs:US_PR_DPCM_USB (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.c665 case US_PR_DPCM_USB: in get_transport()
1108 if (us->protocol == US_PR_EUSB_SDDR09 || us->protocol == US_PR_DPCM_USB) in storage_probe()
H A DdrvTransport.c810 if (us->protocol == US_PR_CB || us->protocol == US_PR_DPCM_USB) in usb_stor_invoke_transport()
1019 if ((us->protocol == US_PR_CB || us->protocol == US_PR_DPCM_USB) && in usb_stor_invoke_transport()
H A DdrvTransport.h102 #define US_PR_DPCM_USB 0xf0 macro