fhci_to_hcd        83 drivers/usb/host/fhci-dbg.c 	struct device *dev = fhci_to_hcd(fhci)->self.controller;
fhci_to_hcd        86 drivers/usb/host/fhci-hcd.c 		enable_irq(fhci_to_hcd(fhci)->irq);
fhci_to_hcd       109 drivers/usb/host/fhci-hcd.c 		disable_irq_nosync(fhci_to_hcd(fhci)->irq);
fhci_to_hcd       201 drivers/usb/host/fhci-q.c 	usb_hcd_unlink_urb_from_ep(fhci_to_hcd(fhci), urb);
fhci_to_hcd       205 drivers/usb/host/fhci-q.c 	usb_hcd_giveback_urb(fhci_to_hcd(fhci), urb, urb->status);
fhci_to_hcd       640 drivers/usb/host/fhci-sched.c 	disable_irq(fhci_to_hcd(fhci)->irq);
fhci_to_hcd       677 drivers/usb/host/fhci-sched.c 	enable_irq(fhci_to_hcd(fhci)->irq);
fhci_to_hcd       452 drivers/usb/host/fhci.h 		dev_dbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
fhci_to_hcd       454 drivers/usb/host/fhci.h 		dev_vdbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
fhci_to_hcd       456 drivers/usb/host/fhci.h 		dev_err(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
fhci_to_hcd       458 drivers/usb/host/fhci.h 		dev_info(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
fhci_to_hcd       460 drivers/usb/host/fhci.h 		dev_warn(fhci_to_hcd(fhci)->self.controller, fmt, ##args)