Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c106 extern void ms_ehci_disable_ep (struct usb_hcd *pHcd, struct s_hcd_dev *pDev, int iEp);
928 struct s_hcd_dev *pDev; in ms_hcd_alloc_dev()
942 pDev = (struct s_hcd_dev *) kmalloc (sizeof *pDev, GFP_KERNEL); in ms_hcd_alloc_dev()
989 struct s_hcd_dev *pDev = (struct s_hcd_dev*) pUrb->dev->hcpriv; in ms_hcd_submit_urb()
1179 struct s_hcd_dev *dev; in ms_hcd_unlink_urb()
1203 dev = (struct s_hcd_dev*) pUrb->dev->hcpriv; in ms_hcd_unlink_urb()
1333 struct s_hcd_dev *pDev; in ms_hcd_endpoint_disable()
1336 pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_hcd_endpoint_disable()
1353 struct s_hcd_dev *pDev = (struct s_hcd_dev*) pUdev->hcpriv; in ms_usb_hcd_flush_endpoint()
1425 struct s_hcd_dev *pDev; in ms_hcd_check_dev_urb()
[all …]
H A DdrvEHCI_SCHD.cxx613 struct s_hcd_dev *dev; in ms_intr_submit()
624 dev = (struct s_hcd_dev *)pUrb->dev->hcpriv; in ms_intr_submit()
H A DdrvUsbd.h156 struct s_hcd_dev { struct
H A DdrvEhciHcd.c1884 struct s_hcd_dev *pDev; in ms_submit_async()
1893 pDev = (struct s_hcd_dev *)pUrb->dev->hcpriv; in ms_submit_async()
3038 ms_ehci_disable_ep (struct usb_hcd *pHcd, struct s_hcd_dev *pDev, int iEp) in ms_ehci_disable_ep()