Searched refs:bandwidth_allocated (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.h68 int bandwidth_allocated; member in struct:c67x00_hcd
H A Dc67x00-sched.c535 if (unlikely(bit_time + c67x00->bandwidth_allocated >=
554 c67x00->bandwidth_allocated += bit_time;
811 c67x00->bandwidth_allocated = 0;
/linux-master/drivers/usb/core/
H A Ddevices.c462 bus->bandwidth_allocated, max,
463 (100 * bus->bandwidth_allocated + max / 2)
H A Dhcd.c875 bus->bandwidth_allocated = 0;
/linux-master/drivers/usb/host/
H A Dehci-sched.c577 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period
1756 ehci_to_hcd(ehci)->self.bandwidth_allocated
1893 ehci_to_hcd(ehci)->self.bandwidth_allocated
2158 ehci_to_hcd(ehci)->self.bandwidth_allocated
2273 ehci_to_hcd(ehci)->self.bandwidth_allocated
H A Dohci-q.c178 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval;
289 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval;
H A Duhci-q.c669 uhci_to_hcd(uhci)->self.bandwidth_allocated =
702 uhci_to_hcd(uhci)->self.bandwidth_allocated =
H A Disp116x-hcd.c335 isp116x_to_hcd(isp116x)->self.bandwidth_allocated -=
811 hcd->self.bandwidth_allocated += ep->load / ep->period;
H A Dsl811-hcd.c464 sl811_to_hcd(sl811)->self.bandwidth_allocated
945 hcd->self.bandwidth_allocated += ep->load / ep->period;
H A Doxu210hp-hcd.c2405 oxu_to_hcd(oxu)->self.bandwidth_allocated += qh->period
2438 oxu_to_hcd(oxu)->self.bandwidth_allocated -= qh->period
/linux-master/include/linux/
H A Dusb.h479 int bandwidth_allocated; /* on this bus: how much of the time member in struct:usb_bus
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3528 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period
3569 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period
4355 fotg210_to_hcd(fotg210)->self.bandwidth_allocated
4487 fotg210_to_hcd(fotg210)->self.bandwidth_allocated
/linux-master/drivers/usb/dwc2/
H A Dhcd.c4093 bus->bandwidth_allocated += bw / urb->interval;
4106 bus->bandwidth_allocated -= bw / urb->interval;

Completed in 242 milliseconds