Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.h68 int bandwidth_allocated; member
/linux/drivers/usb/host/
H 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()
1754 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
1891 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_complete()
2160 ehci_to_hcd(ehci)->self.bandwidth_allocated in sitd_link_urb()
2275 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 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()
H A Dsl811-hcd.c465 sl811_to_hcd(sl811)->self.bandwidth_allocated in finish_request()
946 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue()
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()
H A Doxu210hp-hcd.c2381 oxu_to_hcd(oxu)->self.bandwidth_allocated += qh->period in qh_link_periodic()
2414 oxu_to_hcd(oxu)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
/linux/include/linux/
H A Dusb.h478 int bandwidth_allocated; /* on this bus: how much of the time member
/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()
4353 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4485 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()