Symbol: ehci_to_hcd
drivers/usb/host/ehci-dbg.c
1028
struct usb_bus *bus = &ehci_to_hcd(ehci)->self;
drivers/usb/host/ehci-dbg.c
803
pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller);
drivers/usb/host/ehci-fsl.c
155
&ehci_to_hcd(ehci)->self);
drivers/usb/host/ehci-fsl.c
297
struct usb_hcd *hcd = ehci_to_hcd(ehci);
drivers/usb/host/ehci-hcd.c
205
synchronize_irq(ehci_to_hcd(ehci)->irq);
drivers/usb/host/ehci-hcd.c
238
if (ehci->debug && !dbgp_reset_prep(ehci_to_hcd(ehci)))
drivers/usb/host/ehci-hcd.c
261
dbgp_external_startup(ehci_to_hcd(ehci));
drivers/usb/host/ehci-hub.c
1209
struct usb_hcd *hcd = ehci_to_hcd(ehci);
drivers/usb/host/ehci-hub.c
157
if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
drivers/usb/host/ehci-hub.c
207
usb_hcd_resume_root_hub(ehci_to_hcd(ehci));
drivers/usb/host/ehci-hub.c
39
struct usb_hcd *hcd = ehci_to_hcd(ehci);
drivers/usb/host/ehci-hub.c
916
mod_timer(&ehci_to_hcd(ehci)->rh_timer,
drivers/usb/host/ehci-mem.c
127
dma_free_coherent(ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-mem.c
144
ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-mem.c
154
ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-mem.c
168
ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-mem.c
178
ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-mem.c
188
dma_alloc_coherent(ehci_to_hcd(ehci)->self.sysdev,
drivers/usb/host/ehci-platform.c
167
struct usb_hcd *hcd = ehci_to_hcd(ehci);
drivers/usb/host/ehci-q.c
1126
if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
drivers/usb/host/ehci-q.c
1130
rc = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-q.c
1136
usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-q.c
172
ehci_to_hcd(ehci)->self.root_hub) {
drivers/usb/host/ehci-q.c
252
ehci_to_hcd(ehci)->self.bandwidth_int_reqs--;
drivers/usb/host/ehci-q.c
274
usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-q.c
275
usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status);
drivers/usb/host/ehci-q.c
899
if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub)
drivers/usb/host/ehci-sched.c
1077
ehci_to_hcd(ehci)->self.root_hub))
drivers/usb/host/ehci-sched.c
1491
ehci_to_hcd(ehci), urb->ep))) {
drivers/usb/host/ehci-sched.c
1755
ehci_to_hcd(ehci)->self.bandwidth_allocated
drivers/usb/host/ehci-sched.c
1758
if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
drivers/usb/host/ehci-sched.c
1763
ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
drivers/usb/host/ehci-sched.c
1885
ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
drivers/usb/host/ehci-sched.c
1886
if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
drivers/usb/host/ehci-sched.c
1892
ehci_to_hcd(ehci)->self.bandwidth_allocated
drivers/usb/host/ehci-sched.c
1952
if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
drivers/usb/host/ehci-sched.c
1956
status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sched.c
1966
usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sched.c
2157
ehci_to_hcd(ehci)->self.bandwidth_allocated
drivers/usb/host/ehci-sched.c
2160
if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
drivers/usb/host/ehci-sched.c
2165
ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
drivers/usb/host/ehci-sched.c
2265
ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
drivers/usb/host/ehci-sched.c
2266
if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
drivers/usb/host/ehci-sched.c
2272
ehci_to_hcd(ehci)->self.bandwidth_allocated
drivers/usb/host/ehci-sched.c
2329
if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
drivers/usb/host/ehci-sched.c
2333
status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sched.c
2343
usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sched.c
576
ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period
drivers/usb/host/ehci-sched.c
614
ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period
drivers/usb/host/ehci-sched.c
920
if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
drivers/usb/host/ehci-sched.c
924
status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sched.c
955
ehci_to_hcd(ehci)->self.bandwidth_int_reqs++;
drivers/usb/host/ehci-sched.c
959
usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
drivers/usb/host/ehci-sysfs.c
145
struct device *controller = ehci_to_hcd(ehci)->self.controller;
drivers/usb/host/ehci-sysfs.c
161
struct device *controller = ehci_to_hcd(ehci)->self.controller;
drivers/usb/host/ehci.h
661
#define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
drivers/usb/host/ehci.h
879
dev_dbg(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
drivers/usb/host/ehci.h
881
dev_err(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
drivers/usb/host/ehci.h
883
dev_info(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
drivers/usb/host/ehci.h
885
dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args)