Lines Matching refs:ehci_hcd

122 static unsigned ehci_moschip_read_frame_index(struct ehci_hcd *ehci)  in ehci_moschip_read_frame_index()
132 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index()
160 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake()
180 static int tdi_in_host_mode (struct ehci_hcd *ehci) in tdi_in_host_mode()
192 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt()
223 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset()
242 static int ehci_reset (struct ehci_hcd *ehci) in ehci_reset()
283 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce()
308 static void end_unlink_async(struct ehci_hcd *ehci);
309 static void unlink_empty_async(struct ehci_hcd *ehci);
310 static void unlink_empty_async_suspended(struct ehci_hcd *ehci);
311 static void ehci_work(struct ehci_hcd *ehci);
312 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
313 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
314 static int ehci_port_power(struct ehci_hcd *ehci, int portnum, bool enable);
329 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci) in ehci_turn_off_all_ports()
346 static void ehci_silence_controller(struct ehci_hcd *ehci) in ehci_silence_controller()
368 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_shutdown()
387 static void ehci_work (struct ehci_hcd *ehci) in ehci_work()
423 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_stop()
457 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()
690 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_irq()
855 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_enqueue()
893 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_dequeue()
944 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_endpoint_disable()
1015 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset()
1054 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_get_frame()
1064 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device()
1081 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_suspend()
1115 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_resume()
1185 .hcd_priv_size = sizeof(struct ehci_hcd),