Home
last modified time | relevance | path

Searched refs:hcd_dev (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1505 struct hcd_dev *dev; in hcd_alloc_dev()
1538 dev = (struct hcd_dev *) kmalloc (sizeof *dev, GFP_KERNEL); in hcd_alloc_dev()
1610 struct hcd_dev *dev = (struct hcd_dev*) urb->dev->hcpriv; in hcd_submit_urb()
1854 struct hcd_dev *dev; in hcd_unlink_urb()
1874 dev = (struct hcd_dev*) urb->dev->hcpriv; in hcd_unlink_urb()
1973 struct hcd_dev *dev; in hcd_endpoint_disable()
1979 dev = (struct hcd_dev*) udev->hcpriv; in hcd_endpoint_disable()
2094 struct hcd_dev *dev; in hcd_free_dev()
2106 dev = (struct hcd_dev*) udev->hcpriv; in hcd_free_dev()
H A DdrvEHCI_SCHD.cxx538 struct hcd_dev *dev; in intr_submit()
550 dev = (struct hcd_dev *)urb->dev->hcpriv; in intr_submit()
855 struct hcd_dev *dev = (struct hcd_dev*) urb->dev->hcpriv; in get_iso_range()
H A DdrvHCD.h198 struct hcd_dev { struct
269 struct hcd_dev *dev, int bEndpointAddress);
H A DdrvHub.c4859 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
4865 struct hcd_dev *phcd_dev; in hub_port_connect_change()
5911 phcd_dev = (struct hcd_dev *)dev->hcpriv; in hub_port_connect_change()
H A DdrvEhciHcd.c5577 struct hcd_dev *dev; in submit_async()
5632 dev = (struct hcd_dev *)urb->dev->hcpriv; in submit_async()
8923 ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep) in ehci_endpoint_disable()
9436 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
H A DdrvEhciHcd_2.c127 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);