Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dhcd.h366 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/Linux-v6.6/drivers/usb/core/
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()
Dmessage.c1362 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/Linux-v6.6/drivers/usb/host/
Dxhci-mtk.c469 .check_bandwidth = xhci_mtk_check_bandwidth,
Dxhci.c5298 .check_bandwidth = xhci_check_bandwidth,
5348 if (over->check_bandwidth) in xhci_init_driver()
5349 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
Dxhci.h1952 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member