Lines Matching refs:ehci_hcd
111 static unsigned ehci_moschip_read_frame_index(struct ehci_hcd *ehci) in ehci_moschip_read_frame_index()
121 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index()
149 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake()
169 static int tdi_in_host_mode (struct ehci_hcd *ehci) in tdi_in_host_mode()
181 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt()
212 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset()
231 int ehci_reset(struct ehci_hcd *ehci) in ehci_reset()
273 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce()
298 static void end_iaa_cycle(struct ehci_hcd *ehci);
299 static void end_unlink_async(struct ehci_hcd *ehci);
300 static void unlink_empty_async(struct ehci_hcd *ehci);
301 static void ehci_work(struct ehci_hcd *ehci);
302 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
303 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
304 static int ehci_port_power(struct ehci_hcd *ehci, int portnum, bool enable);
319 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci) in ehci_turn_off_all_ports()
336 static void ehci_silence_controller(struct ehci_hcd *ehci) in ehci_silence_controller()
358 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_shutdown()
386 static void ehci_work (struct ehci_hcd *ehci) in ehci_work()
422 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_stop()
456 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_init()
575 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_run()
681 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_setup()
715 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_irq()
883 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_enqueue()
921 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_dequeue()
972 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_endpoint_disable()
1046 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset()
1085 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_get_frame()
1095 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device()
1107 static void ehci_zx_wakeup_clear(struct ehci_hcd *ehci) in ehci_zx_wakeup_clear()
1132 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_suspend()
1166 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_resume()
1239 .hcd_priv_size = sizeof(struct ehci_hcd),