bandwidth_isoc_reqs  546 drivers/usb/core/devices.c 				bus->bandwidth_isoc_reqs);
bandwidth_isoc_reqs  897 drivers/usb/core/hcd.c 	bus->bandwidth_isoc_reqs = 0;
bandwidth_isoc_reqs 4070 drivers/usb/dwc2/hcd.c 		bus->bandwidth_isoc_reqs++;
bandwidth_isoc_reqs 4083 drivers/usb/dwc2/hcd.c 		bus->bandwidth_isoc_reqs--;
bandwidth_isoc_reqs 1768 drivers/usb/host/ehci-sched.c 	if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs 1773 drivers/usb/host/ehci-sched.c 	ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
bandwidth_isoc_reqs 1895 drivers/usb/host/ehci-sched.c 	ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
bandwidth_isoc_reqs 1896 drivers/usb/host/ehci-sched.c 	if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs 2170 drivers/usb/host/ehci-sched.c 	if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs 2175 drivers/usb/host/ehci-sched.c 	ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs++;
bandwidth_isoc_reqs 2275 drivers/usb/host/ehci-sched.c 	ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs--;
bandwidth_isoc_reqs 2276 drivers/usb/host/ehci-sched.c 	if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs  286 drivers/usb/host/ohci-hub.c 	if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
bandwidth_isoc_reqs   59 drivers/usb/host/ohci-q.c 		ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
bandwidth_isoc_reqs   60 drivers/usb/host/ohci-q.c 		if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs   79 drivers/usb/host/ohci-q.c 	if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
bandwidth_isoc_reqs  649 drivers/usb/host/ohci-q.c 			&& ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0;
bandwidth_isoc_reqs  730 drivers/usb/host/ohci-q.c 		if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs  736 drivers/usb/host/ohci-q.c 		periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0
bandwidth_isoc_reqs  407 drivers/usb/host/uhci-debug.c 			uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs);
bandwidth_isoc_reqs  677 drivers/usb/host/uhci-q.c 		++uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
bandwidth_isoc_reqs  710 drivers/usb/host/uhci-q.c 		--uhci_to_hcd(uhci)->self.bandwidth_isoc_reqs;
bandwidth_isoc_reqs  664 drivers/usb/host/xhci-ring.c 		xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--;
bandwidth_isoc_reqs  665 drivers/usb/host/xhci-ring.c 		if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs	== 0) {
bandwidth_isoc_reqs 3883 drivers/usb/host/xhci-ring.c 	if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) {
bandwidth_isoc_reqs 3887 drivers/usb/host/xhci-ring.c 	xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++;
bandwidth_isoc_reqs  460 include/linux/usb.h 	int bandwidth_isoc_reqs;	/* number of Isoc. requests */