Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.h68 int bandwidth_allocated; member
H 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/drivers/usb/core/
H A Ddevices.c462 bus->bandwidth_allocated, max, in usb_device_dump()
463 (100 * bus->bandwidth_allocated + max / 2) in usb_device_dump()
H A Dhcd.c875 bus->bandwidth_allocated = 0; in usb_bus_init()
/linux/drivers/usb/host/
H A Dehci-sched.c577 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic()
615 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic()
1756 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1893 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
2158 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2273 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_complete()
H 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()
H 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()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3528 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3569 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
4355 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4487 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
/linux/drivers/usb/dwc2/
H A Dhcd.c4089 bus->bandwidth_allocated += bw / urb->interval; in dwc2_allocate_bus_bandwidth()
4102 bus->bandwidth_allocated -= bw / urb->interval; in dwc2_free_bus_bandwidth()