Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dhcd.h366 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/openbmc/linux/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()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c503 .check_bandwidth = xhci_mtk_check_bandwidth,
H A Dxhci.c5317 .check_bandwidth = xhci_check_bandwidth,
5367 if (over->check_bandwidth) in xhci_init_driver()
5368 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1959 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member