Lines Matching refs:ehci_to_hcd

576 	ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period  in qh_link_periodic()
614 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
920 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit()
924 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit()
955 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit()
959 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit()
1077 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init()
1491 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule()
1755 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1758 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb()
1763 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in itd_link_urb()
1885 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in itd_complete()
1886 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_complete()
1892 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
1952 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in itd_submit()
1956 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in itd_submit()
1966 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in itd_submit()
2157 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2160 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_link_urb()
2165 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in sitd_link_urb()
2265 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in sitd_complete()
2266 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_complete()
2272 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
2329 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in sitd_submit()
2333 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in sitd_submit()
2343 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in sitd_submit()