Searched refs:admhcd_to_hcd (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-mem.c44 admhcd_to_hcd(ahcd)->self.controller,
53 admhcd_to_hcd(ahcd)->self.controller,
H A Dadm5120-pm.c70 if (device_may_wakeup(&admhcd_to_hcd(ahcd)->self.root_hub->dev) ||
109 struct usb_hcd *hcd = admhcd_to_hcd (ahcd);
303 !device_may_wakeup(&admhcd_to_hcd(ahcd)
336 usb_hcd_resume_root_hub(admhcd_to_hcd(ahcd));
362 usb_root_hub_lost_power(admhcd_to_hcd(ahcd)->self.root_hub);
H A Dadm5120-q.c38 admhcd_to_hcd(ahcd)->self.bandwidth_isoc_reqs--;
41 admhcd_to_hcd(ahcd)->self.bandwidth_int_reqs--;
50 usb_hcd_unlink_urb_from_ep(admhcd_to_hcd(ahcd), urb);
52 usb_hcd_giveback_urb(admhcd_to_hcd(ahcd), urb, status);
136 admhcd_to_hcd(ahcd)->self.bandwidth_allocated += ed->load / ed->interval;
146 if (admhcd_to_hcd(ahcd)->state == HC_STATE_QUIESCING)
194 admhcd_to_hcd(ahcd)->self.bandwidth_allocated -= ed->load / ed->interval;
476 admhcd_to_hcd(ahcd)->self.bandwidth_int_reqs++;
547 admhcd_to_hcd(ahcd)->self.bandwidth_isoc_reqs++;
720 if (likely(HC_IS_RUNNING(admhcd_to_hcd(ahc
[all...]
H A Dadm5120-hcd.c448 struct usb_hcd *hcd = admhcd_to_hcd(ahcd);
489 struct usb_hcd *hcd = admhcd_to_hcd(ahcd);
H A Dadm5120.h449 static inline struct usb_hcd *admhcd_to_hcd(const struct admhcd *ahcd) function
658 admhcd_to_hcd(ahcd)->state = HC_STATE_HALT;
H A Dadm5120-dbg.c674 admhcd_to_hcd(ahcd)->poll_rh ? "ON" : "OFF");
787 struct usb_bus *bus = &admhcd_to_hcd(ahcd)->self;

Completed in 34 milliseconds