Lines Matching refs:ehci_to_hcd

570 	ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period  in qh_link_periodic()
608 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
914 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit()
918 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit()
949 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit()
953 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit()
1071 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init()
1481 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule()
1745 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1748 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb()
1753 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in itd_link_urb()
1875 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in itd_complete()
1876 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_complete()
1882 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
1942 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in itd_submit()
1946 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in itd_submit()
1956 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in itd_submit()
2147 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2150 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_link_urb()
2155 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in sitd_link_urb()
2255 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in sitd_complete()
2256 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_complete()
2262 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
2319 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in sitd_submit()
2323 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in sitd_submit()
2333 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in sitd_submit()