Home
last modified time | relevance | path

Searched refs:reset_bandwidth (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dhcd.h374 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c504 .reset_bandwidth = xhci_mtk_reset_bandwidth,
H A Dxhci.c5362 .reset_bandwidth = xhci_reset_bandwidth,
5413 if (over->reset_bandwidth) in xhci_init_driver()
5414 drv->reset_bandwidth = over->reset_bandwidth; in xhci_init_driver()
H A Dxhci.h1709 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/openbmc/linux/drivers/usb/core/
H A Dhcd.c1951 hcd->driver->reset_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()