Lines Matching refs:ehci_hcd

110 static unsigned ehci_moschip_read_frame_index(struct ehci_hcd *ehci)  in ehci_moschip_read_frame_index()
120 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index()
148 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake()
168 static int tdi_in_host_mode (struct ehci_hcd *ehci) in tdi_in_host_mode()
180 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt()
211 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset()
230 int ehci_reset(struct ehci_hcd *ehci) in ehci_reset()
272 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce()
297 static void end_iaa_cycle(struct ehci_hcd *ehci);
298 static void end_unlink_async(struct ehci_hcd *ehci);
299 static void unlink_empty_async(struct ehci_hcd *ehci);
300 static void ehci_work(struct ehci_hcd *ehci);
301 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
302 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
303 static int ehci_port_power(struct ehci_hcd *ehci, int portnum, bool enable);
318 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci) in ehci_turn_off_all_ports()
335 static void ehci_silence_controller(struct ehci_hcd *ehci) in ehci_silence_controller()
357 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_shutdown()
385 static void ehci_work (struct ehci_hcd *ehci) in ehci_work()
421 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_stop()
455 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_init()
574 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_run()
659 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_setup()
693 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_irq()
858 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_enqueue()
896 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_urb_dequeue()
947 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_endpoint_disable()
1021 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset()
1060 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_get_frame()
1070 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device()
1087 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_suspend()
1121 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_resume()
1191 .hcd_priv_size = sizeof(struct ehci_hcd),