• 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_to_hcd

472 	ehci_to_hcd(ehci)->state = HC_STATE_RUNNING;
582 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->period
609 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->period
667 HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) {
875 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
879 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
900 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++;
904 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
990 ehci_to_hcd(ehci)->self.root_hub))
1647 ehci_to_hcd(ehci)->self.bandwidth_allocated
1657 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
1662 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
1784 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
1786 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
1792 ehci_to_hcd(ehci)->self.bandwidth_allocated
1865 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
1869 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
1876 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
2067 ehci_to_hcd(ehci)->self.bandwidth_allocated
2077 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
2082 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
2180 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
2182 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
2188 ehci_to_hcd(ehci)->self.bandwidth_allocated
2258 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
2262 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
2269 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
2317 if (HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) {
2351 live = HC_IS_RUNNING (ehci_to_hcd(ehci)->state);
2464 if (incomplete && HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) {
2478 if (!HC_IS_RUNNING (ehci_to_hcd(ehci)->state)