Home
last modified time | relevance | path

Searched refs:check_bandwidth (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/include/linux/usb/
A Dhcd.h368 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/linux-6.3-rc2/drivers/usb/core/
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()
A Dmessage.c1366 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk.c474 .check_bandwidth = xhci_mtk_check_bandwidth,
A Dxhci.c5502 .check_bandwidth = xhci_check_bandwidth,
5552 if (over->check_bandwidth) in xhci_init_driver()
5553 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
A Dxhci.h1951 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member

Completed in 29 milliseconds