Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c5623 .check_bandwidth = xhci_check_bandwidth,
5673 if (over->check_bandwidth) in xhci_init_driver()
5674 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1691 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/usb/core/
H A Dmessage.c1424 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()