Lines Matching refs:ehci_hcd

109 static unsigned ehci_moschip_read_frame_index(struct ehci_hcd *ehci)  in ehci_moschip_read_frame_index()
119 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index()
147 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake()
167 static int tdi_in_host_mode (struct ehci_hcd *ehci) in tdi_in_host_mode()
179 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt()
210 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset()
229 int ehci_reset(struct ehci_hcd *ehci) in ehci_reset()
271 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce()
296 static void end_iaa_cycle(struct ehci_hcd *ehci);
297 static void end_unlink_async(struct ehci_hcd *ehci);
298 static void unlink_empty_async(struct ehci_hcd *ehci);
299 static void ehci_work(struct ehci_hcd *ehci);
300 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
301 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
302 static int ehci_port_power(struct ehci_hcd *ehci, int portnum, bool enable);
317 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci) in ehci_turn_off_all_ports()
334 static void ehci_silence_controller(struct ehci_hcd *ehci) in ehci_silence_controller()
356 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_shutdown()
384 static void ehci_work (struct ehci_hcd *ehci) in ehci_work()
420 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_stop()
454 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_init()
573 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_run()
658 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_setup()
692 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_irq()
857 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_enqueue()
895 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_dequeue()
946 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_endpoint_disable()
1020 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset()
1059 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_get_frame()
1069 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device()
1086 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_suspend()
1120 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_resume()
1190 .hcd_priv_size = sizeof(struct ehci_hcd),