bandwidth_int_reqs  545 drivers/usb/core/devices.c 				bus->bandwidth_int_reqs,
bandwidth_int_reqs  896 drivers/usb/core/hcd.c 	bus->bandwidth_int_reqs  = 0;
bandwidth_int_reqs 4072 drivers/usb/dwc2/hcd.c 		bus->bandwidth_int_reqs++;
bandwidth_int_reqs 4085 drivers/usb/dwc2/hcd.c 		bus->bandwidth_int_reqs--;
bandwidth_int_reqs  255 drivers/usb/host/ehci-q.c 		ehci_to_hcd(ehci)->self.bandwidth_int_reqs--;
bandwidth_int_reqs  969 drivers/usb/host/ehci-sched.c 	ehci_to_hcd(ehci)->self.bandwidth_int_reqs++;
bandwidth_int_reqs 2208 drivers/usb/host/fotg210-hcd.c 			fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs--;
bandwidth_int_reqs 3865 drivers/usb/host/fotg210-hcd.c 	fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs++;
bandwidth_int_reqs  286 drivers/usb/host/ohci-hub.c 	if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
bandwidth_int_reqs   68 drivers/usb/host/ohci-q.c 		ohci_to_hcd(ohci)->self.bandwidth_int_reqs--;
bandwidth_int_reqs   80 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) {
bandwidth_int_reqs  648 drivers/usb/host/ohci-q.c 		periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0
bandwidth_int_reqs  737 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0;
bandwidth_int_reqs 1360 drivers/usb/host/oxu210hp-hcd.c 			oxu_to_hcd(oxu)->self.bandwidth_int_reqs--;
bandwidth_int_reqs 2649 drivers/usb/host/oxu210hp-hcd.c 	oxu_to_hcd(oxu)->self.bandwidth_int_reqs++;
bandwidth_int_reqs  406 drivers/usb/host/uhci-debug.c 			uhci_to_hcd(uhci)->self.bandwidth_int_reqs,
bandwidth_int_reqs  673 drivers/usb/host/uhci-q.c 		++uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
bandwidth_int_reqs  706 drivers/usb/host/uhci-q.c 		--uhci_to_hcd(uhci)->self.bandwidth_int_reqs;
bandwidth_int_reqs  459 include/linux/usb.h 	int bandwidth_int_reqs;		/* number of Interrupt requests */