Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/c67x00/
A Dc67x00-hcd.h68 int bandwidth_allocated; member
A Dc67x00-sched.c535 if (unlikely(bit_time + c67x00->bandwidth_allocated >= in c67x00_claim_frame_bw()
554 c67x00->bandwidth_allocated += bit_time; in c67x00_claim_frame_bw()
811 c67x00->bandwidth_allocated = 0; in c67x00_fill_frame()
/linux-6.3-rc2/drivers/usb/core/
A Ddevices.c463 bus->bandwidth_allocated, max, in usb_device_dump()
464 (100 * bus->bandwidth_allocated + max / 2) in usb_device_dump()
A Dhcd.c902 bus->bandwidth_allocated = 0; in usb_bus_init()
/linux-6.3-rc2/drivers/usb/host/
A Dehci-sched.c576 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
614 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
1755 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1892 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
2157 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2272 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
A Dohci-q.c178 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link()
289 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink()
A Disp116x-hcd.c335 isp116x_to_hcd(isp116x)->self.bandwidth_allocated -= in finish_request()
811 hcd->self.bandwidth_allocated += ep->load / ep->period; in isp116x_urb_enqueue()
A Dsl811-hcd.c464 sl811_to_hcd(sl811)->self.bandwidth_allocated in finish_request()
943 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue()
A Duhci-q.c669 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_reserve_bandwidth()
702 uhci_to_hcd(uhci)->self.bandwidth_allocated = in uhci_release_bandwidth()
A Doxu210hp-hcd.c2405 oxu_to_hcd(oxu)->self.bandwidth_allocated += qh->period in qh_link_periodic()
2438 oxu_to_hcd(oxu)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
/linux-6.3-rc2/include/linux/
A Dusb.h464 int bandwidth_allocated; /* on this bus: how much of the time member
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.c3535 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3576 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
4362 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4494 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
/linux-6.3-rc2/drivers/usb/dwc2/
A Dhcd.c4087 bus->bandwidth_allocated += bw / urb->interval; in dwc2_allocate_bus_bandwidth()
4100 bus->bandwidth_allocated -= bw / urb->interval; in dwc2_free_bus_bandwidth()

Completed in 49 milliseconds