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

/linux-master/drivers/usb/host/
H A Dohci-q.c59 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
60 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
79 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
649 && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0;
730 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
736 periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0
H A Dehci-sched.c1759 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
1764 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
1886 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
1887 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
2161 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
2166 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
2266 ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
2267 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
H A Duhci-debug.c407 uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs);
H A Dohci-hub.c289 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
H A Duhci-q.c677 ++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
710 --uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
H A Dxhci-ring.c800 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--;
801 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) {
4207 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) {
4211 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++;
/linux-master/drivers/usb/core/
H A Ddevices.c466 bus->bandwidth_isoc_reqs);
H A Dhcd.c877 bus->bandwidth_isoc_reqs = 0;
/linux-master/include/linux/
H A Dusb.h487 int bandwidth_isoc_reqs; /* number of Isoc. requests */ member in struct:usb_bus
/linux-master/drivers/usb/dwc2/
H A Dhcd.c4095 bus->bandwidth_isoc_reqs++;
4108 bus->bandwidth_isoc_reqs--;

Completed in 191 milliseconds