ohci_to_hcd       592 drivers/usb/host/ohci-dbg.c 	hcd = ohci_to_hcd(ohci);
ohci_to_hcd       652 drivers/usb/host/ohci-dbg.c 			HCD_POLL_RH(ohci_to_hcd(ohci)) ? "ON" : "off");
ohci_to_hcd       764 drivers/usb/host/ohci-dbg.c 	struct usb_bus *bus = &ohci_to_hcd(ohci)->self;
ohci_to_hcd       457 drivers/usb/host/ohci-hcd.c 	struct usb_hcd *hcd = ohci_to_hcd(ohci);
ohci_to_hcd       549 drivers/usb/host/ohci-hcd.c 	struct usb_hcd		*hcd = ohci_to_hcd(ohci);
ohci_to_hcd       770 drivers/usb/host/ohci-hcd.c 			usb_hc_died(ohci_to_hcd(ohci));
ohci_to_hcd       772 drivers/usb/host/ohci-hcd.c 			_ohci_shutdown(ohci_to_hcd(ohci));
ohci_to_hcd       113 drivers/usb/host/ohci-hub.c 	if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
ohci_to_hcd       153 drivers/usb/host/ohci-hub.c 	struct usb_hcd		*hcd = ohci_to_hcd (ohci);
ohci_to_hcd       370 drivers/usb/host/ohci-hub.c 					!device_may_wakeup(&ohci_to_hcd(ohci)
ohci_to_hcd       404 drivers/usb/host/ohci-hub.c 				usb_hcd_resume_root_hub(ohci_to_hcd(ohci));
ohci_to_hcd       408 drivers/usb/host/ohci-hub.c 				!ohci_to_hcd(ohci)->self.root_hub->
ohci_to_hcd        43 drivers/usb/host/ohci-mem.c 	if (ohci_to_hcd(ohci)->localmem_pool)
ohci_to_hcd        47 drivers/usb/host/ohci-mem.c 		ohci_to_hcd(ohci)->self.controller,
ohci_to_hcd        54 drivers/usb/host/ohci-mem.c 		ohci_to_hcd(ohci)->self.controller,
ohci_to_hcd        94 drivers/usb/host/ohci-mem.c 	struct usb_hcd	*hcd = ohci_to_hcd(hc);
ohci_to_hcd       114 drivers/usb/host/ohci-mem.c 	struct usb_hcd	*hcd = ohci_to_hcd(hc);
ohci_to_hcd       138 drivers/usb/host/ohci-mem.c 	struct usb_hcd	*hcd = ohci_to_hcd(hc);
ohci_to_hcd       155 drivers/usb/host/ohci-mem.c 	struct usb_hcd	*hcd = ohci_to_hcd(hc);
ohci_to_hcd       175 drivers/usb/host/ohci-omap.c 	struct usb_hcd *hcd = ohci_to_hcd(ohci);
ohci_to_hcd       223 drivers/usb/host/ohci-omap.c 						&ohci_to_hcd(ohci)->self);
ohci_to_hcd       263 drivers/usb/host/ohci-omap.c 			ohci_to_hcd(ohci)->power_budget = 250;
ohci_to_hcd       280 drivers/usb/host/ohci-omap.c 		ohci_to_hcd(ohci)->power_budget = 0;
ohci_to_hcd        45 drivers/usb/host/ohci-q.c 	struct device *dev = ohci_to_hcd(ohci)->self.controller;
ohci_to_hcd        59 drivers/usb/host/ohci-q.c 		ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
ohci_to_hcd        60 drivers/usb/host/ohci-q.c 		if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
ohci_to_hcd        68 drivers/usb/host/ohci-q.c 		ohci_to_hcd(ohci)->self.bandwidth_int_reqs--;
ohci_to_hcd        73 drivers/usb/host/ohci-q.c 	usb_hcd_unlink_urb_from_ep(ohci_to_hcd(ohci), urb);
ohci_to_hcd        75 drivers/usb/host/ohci-q.c 	usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status);
ohci_to_hcd        79 drivers/usb/host/ohci-q.c 	if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
ohci_to_hcd        80 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) {
ohci_to_hcd       178 drivers/usb/host/ohci-q.c 	ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval;
ohci_to_hcd       289 drivers/usb/host/ohci-q.c 	ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval;
ohci_to_hcd       596 drivers/usb/host/ohci-q.c 	struct device *dev = ohci_to_hcd(ohci)->self.controller;
ohci_to_hcd       648 drivers/usb/host/ohci-q.c 		periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0
ohci_to_hcd       649 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0;
ohci_to_hcd       730 drivers/usb/host/ohci-q.c 		if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
ohci_to_hcd       736 drivers/usb/host/ohci-q.c 		periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0
ohci_to_hcd       737 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0;
ohci_to_hcd       491 drivers/usb/host/ohci.h 	dev_dbg (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
ohci_to_hcd       493 drivers/usb/host/ohci.h 	dev_err (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
ohci_to_hcd       495 drivers/usb/host/ohci.h 	dev_info (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
ohci_to_hcd       497 drivers/usb/host/ohci.h 	dev_warn (ohci_to_hcd(ohci)->self.controller , fmt , ## args )