Home
last modified time | relevance | path

Searched refs:bandwidth_allocated (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-hcd.h82 int bandwidth_allocated; member
Dc67x00-sched.c549 if (unlikely(bit_time + c67x00->bandwidth_allocated >= in c67x00_claim_frame_bw()
568 c67x00->bandwidth_allocated += bit_time; in c67x00_claim_frame_bw()
824 c67x00->bandwidth_allocated = 0; in c67x00_fill_frame()
/linux-4.1.27/drivers/usb/core/
Ddevices.c566 bus->bandwidth_allocated, max, in usb_device_dump()
567 (100 * bus->bandwidth_allocated + max / 2) in usb_device_dump()
Dhcd.c915 bus->bandwidth_allocated = 0; in usb_bus_init()
/linux-4.1.27/drivers/usb/host/
Dehci-sched.c601 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
639 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
1780 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1918 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
2183 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2299 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
Dohci-q.c177 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link()
287 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink()
Disp116x-hcd.c334 isp116x_to_hcd(isp116x)->self.bandwidth_allocated -= in finish_request()
810 hcd->self.bandwidth_allocated += ep->load / ep->period; in isp116x_urb_enqueue()
Dsl811-hcd.c463 sl811_to_hcd(sl811)->self.bandwidth_allocated in finish_request()
942 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue()
Duhci-q.c670 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_reserve_bandwidth()
703 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_release_bandwidth()
Dfusbh200-hcd.c3639 fusbh200_to_hcd(fusbh200)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3678 fusbh200_to_hcd(fusbh200)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
4522 fusbh200_to_hcd(fusbh200)->self.bandwidth_allocated in itd_link_urb()
4653 fusbh200_to_hcd(fusbh200)->self.bandwidth_allocated in itd_complete()
Dfotg210-hcd.c3698 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3739 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
4586 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4719 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
Doxu210hp-hcd.c1987 oxu_to_hcd(oxu)->self.bandwidth_allocated += qh->period in qh_link_periodic()
2020 oxu_to_hcd(oxu)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
/linux-4.1.27/include/linux/
Dusb.h377 int bandwidth_allocated; /* on this bus: how much of the time member
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c2129 bus->bandwidth_allocated += bw / urb->interval; in dwc2_allocate_bus_bandwidth()
2142 bus->bandwidth_allocated -= bw / urb->interval; in dwc2_free_bus_bandwidth()