Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dohci-q.c59 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--; in finish_urb()
60 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { in finish_urb()
79 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 in finish_urb()
649 && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0; in td_submit_urb()
730 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) { in td_submit_urb()
736 periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 in td_submit_urb()
Dehci-sched.c1758 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()
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()
Duhci-debug.c407 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs); in uhci_sprint_schedule()
Dohci-hub.c289 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs) in ohci_rh_resume()
Duhci-q.c677 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_reserve_bandwidth()
710 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs; in uhci_release_bandwidth()
Dxhci-ring.c755 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
756 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
4132 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
4136 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
/linux-6.1.9/drivers/usb/core/
Ddevices.c467 bus->bandwidth_isoc_reqs); in usb_device_dump()
Dhcd.c904 bus->bandwidth_isoc_reqs = 0; in usb_bus_init()
/linux-6.1.9/include/linux/
Dusb.h460 int bandwidth_isoc_reqs; /* number of Isoc. requests */ member
/linux-6.1.9/drivers/usb/dwc2/
Dhcd.c4089 bus->bandwidth_isoc_reqs++; in dwc2_allocate_bus_bandwidth()
4102 bus->bandwidth_isoc_reqs--; in dwc2_free_bus_bandwidth()