• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:ehci_hcd

66 static const char	hcd_name [] = "ehci_hcd";
128 timer_action(struct ehci_hcd *ehci, enum ehci_timer_action action)
182 static int handshake (struct ehci_hcd *ehci, void __iomem *ptr,
201 static int ehci_halt (struct ehci_hcd *ehci)
218 static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr,
235 static void tdi_reset (struct ehci_hcd *ehci)
262 static int ehci_reset (struct ehci_hcd *ehci)
299 static void ehci_quiesce (struct ehci_hcd *ehci)
327 static void end_unlink_async(struct ehci_hcd *ehci);
328 static void ehci_work(struct ehci_hcd *ehci);
340 struct ehci_hcd *ehci = (struct ehci_hcd *) param;
388 struct ehci_hcd *ehci = (struct ehci_hcd *) param;
407 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci)
420 static void ehci_silence_controller(struct ehci_hcd *ehci)
438 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
448 static void ehci_port_power (struct ehci_hcd *ehci, int is_on)
472 static void ehci_work (struct ehci_hcd *ehci)
499 * Called when the ehci_hcd module is removed.
503 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
549 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
668 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
754 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
897 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
929 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh)
967 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
1038 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
1106 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
1146 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
1239 printk(KERN_WARNING "Warning! ehci_hcd should always be loaded"