Home
last modified time | relevance | path

Searched refs:bandwidth_isoc_reqs (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dohci-q.c58 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--; in finish_urb()
59 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { in finish_urb()
78 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 in finish_urb()
647 && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0; in td_submit_urb()
728 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { in td_submit_urb()
734 periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 in td_submit_urb()
Dehci-sched.c1783 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb()
1788 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in itd_link_urb()
1911 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in itd_complete()
1912 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_complete()
2186 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_link_urb()
2191 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++; in sitd_link_urb()
2292 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--; in sitd_complete()
2293 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in sitd_complete()
Dxhci-ring.c611 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
612 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
1882 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in finish_td()
1883 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in finish_td()
3857 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
3861 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
Duhci-debug.c406 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs); in uhci_sprint_schedule()
Dohci-hub.c285 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs) in ohci_rh_resume()
Duhci-q.c678 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_reserve_bandwidth()
711 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_release_bandwidth()
/linux-4.4.14/drivers/usb/core/
Ddevices.c570 bus->bandwidth_isoc_reqs); in usb_device_dump()
Dhcd.c968 bus->bandwidth_isoc_reqs = 0; in usb_bus_init()
/linux-4.4.14/include/linux/
Dusb.h390 int bandwidth_isoc_reqs; /* number of Isoc. requests */ member
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c2181 bus->bandwidth_isoc_reqs++; in dwc2_allocate_bus_bandwidth()
2194 bus->bandwidth_isoc_reqs--; in dwc2_free_bus_bandwidth()