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()
1493 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule()
1757 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1760 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb()
1765 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in itd_link_urb()
1887 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in itd_complete()
1888 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_complete()
1894 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
1954 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in itd_submit()
1958 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in itd_submit()
1968 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in itd_submit()
2159 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2162 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_link_urb()
2167 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in sitd_link_urb()
2267 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in sitd_complete()
2268 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_complete()
2274 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
2331 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in sitd_submit()
2335 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in sitd_submit()
2345 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in sitd_submit()