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 D | drvHCD.c | 1505 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 D | drvEHCI_SCHD.cxx | 538 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 D | drvHCD.h | 198 struct hcd_dev { struct 269 struct hcd_dev *dev, int bEndpointAddress);
|
| H A D | drvHub.c | 4859 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 D | drvEhciHcd.c | 5577 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 D | drvEhciHcd_2.c | 127 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
|