Lines Matching refs:ehci_to_hcd

577 	ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period  in qh_link_periodic()
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
921 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit()
925 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit()
956 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit()
960 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit()
1078 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init()
1492 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule()
1756 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1759 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb()
1764 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in itd_link_urb()
1886 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in itd_complete()
1887 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_complete()
1893 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
1953 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in itd_submit()
1957 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in itd_submit()
1967 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in itd_submit()
2158 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2161 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_link_urb()
2166 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in sitd_link_urb()
2266 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in sitd_complete()
2267 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_complete()
2273 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
2330 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in sitd_submit()
2334 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in sitd_submit()
2344 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in sitd_submit()