Lines Matching refs:usb_hcd

243 struct usb_hcd *g_pUsbHcd = NULL;
677 ehci_hub_status_data (struct usb_hcd *hcd, char *buf) in ehci_hub_status_data()
1253 struct usb_hcd *hcd, in ehci_hub_control()
6700 int ehci_hc_reset (struct usb_hcd *hcd) in ehci_hc_reset()
6842 extern void usb_hcd_poll_rh_status(struct usb_hcd *hcd);
6844 int ehci_start (struct usb_hcd *hcd) in ehci_start()
7504 void ehci_stop (struct usb_hcd *hcd) in ehci_stop()
7595 int ehci_get_frame (struct usb_hcd *hcd) in ehci_get_frame()
7652 int ehci_suspend (struct usb_hcd *hcd, U32 state) in ehci_suspend()
7735 int ehci_resume (struct usb_hcd *hcd) in ehci_resume()
7898 void ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs) in ehci_irq()
8289 struct usb_hcd *hcd, in ehci_urb_enqueue()
8406 void USB_HW_Reset(struct usb_hcd* pUsbHcd) in USB_HW_Reset()
8417 int ehci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb) in ehci_urb_dequeue()
8923 ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep) in ehci_endpoint_disable()
9206 void usb_hcd_cpe_ehci_remove (struct usb_hcd *hcd, struct cpe_dev *dev);
9212 struct usb_hcd **hcd_out, in usb_hcd_cpe_ehci_probe()
9216 struct usb_hcd *hcd = 0; in usb_hcd_cpe_ehci_probe()
9345 void usb_hcd_cpe_ehci_remove (struct usb_hcd *hcd, struct cpe_dev *dev) in usb_hcd_cpe_ehci_remove()
9372 int usb_hcd_cpe_ehci_suspend (struct usb_hcd *hcd) in usb_hcd_cpe_ehci_suspend()
9392 int usb_hcd_cpe_ehci_resume(struct usb_hcd *hcd) in usb_hcd_cpe_ehci_resume()
9418 ehci_cpe_ehci_start (struct usb_hcd *hcd)
9427 extern int ehci_hc_reset (struct usb_hcd *hcd);
9428 extern int ehci_start (struct usb_hcd *hcd);
9429 extern int ehci_suspend (struct usb_hcd *hcd, U32 state);
9430 extern int ehci_resume (struct usb_hcd *hcd);
9431 extern void ehci_stop (struct usb_hcd *hcd);
9432 extern struct usb_hcd *ehci_hcd_alloc (void);
9433 extern void ehci_hcd_free (struct usb_hcd *hcd);
9434 extern int ehci_urb_enqueue ( struct usb_hcd *hcd, struct urb *urb, int mem_flags) ;
9435 extern int ehci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb);
9436 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
9437 extern int ehci_get_frame (struct usb_hcd *hcd);
9438 extern int ehci_hub_status_data (struct usb_hcd *hcd, char *buf);
9439 extern int ehci_hub_control ( struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wInde…
9487 extern void InitUSBIntr(struct usb_hcd * hcd);
9491 struct usb_hcd *hcd = NULL; in ehci_hcd_cpe_ehci_drv_probe()
9518 struct usb_hcd *hcd ; in ehci_hcd_cpe_ehci_drv_remove()
9522 hcd = (struct usb_hcd *) dev->dev.driver_data; in ehci_hcd_cpe_ehci_drv_remove()
9536 struct usb_hcd *hcd ; in ehci_hcd_cpe_ehci_drv_suspend()
9550 struct usb_hcd *hcd ; in ehci_hcd_cpe_ehci_drv_resume()
9649 extern struct usb_hcd *g_pUsbHcd;
9652 struct usb_hcd **hcd_out, in usb_hcd_cpe_ehci_probe_EX()
9656 struct usb_hcd *hcd = 0; in usb_hcd_cpe_ehci_probe_EX()
9781 extern void InitUSBIntr_EX(struct usb_hcd * hcd);
9785 struct usb_hcd *hcd = NULL; in ehci_hcd_cpe_ehci_drv_probe_EX()