Home
last modified time | relevance | path

Searched refs:check_bandwidth (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1874 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()
1887 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1969 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
H A Dmessage.c1357 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c1853 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()
1866 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1948 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
H A Dmessage.c1362 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk.c350 .check_bandwidth = xhci_mtk_check_bandwidth,
H A Dxhci.c1770 * check_bandwidth() or reset_bandwidth() must be called.
1855 * check_bandwidth() or reset_bandwidth() must be called.
1954 * xHC hasn't been notified yet through the check_bandwidth() call, in xhci_add_endpoint()
5421 .check_bandwidth = xhci_check_bandwidth,
5467 if (over->check_bandwidth) in xhci_init_driver()
5468 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1940 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h360 * check_bandwidth() or reset_bandwidth() must be called.
379 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
382 * check_bandwidth(). This reverts any add_endpoint() and
384 * Used for when a check_bandwidth() call fails due to resource
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h347 * check_bandwidth() or reset_bandwidth() must be called.
366 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
369 * check_bandwidth(). This reverts any add_endpoint() and
371 * Used for when a check_bandwidth() call fails due to resource
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk.c503 .check_bandwidth = xhci_mtk_check_bandwidth,
H A Dxhci.c1759 * check_bandwidth() or reset_bandwidth() must be called.
1842 * check_bandwidth() or reset_bandwidth() must be called.
1932 * xHC hasn't been notified yet through the check_bandwidth() call, in xhci_add_endpoint()
5308 .check_bandwidth = xhci_check_bandwidth,
5358 if (over->check_bandwidth) in xhci_init_driver()
5359 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1953 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member

Completed in 42 milliseconds