Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dhcd.h374 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/Linux-v6.6/drivers/usb/host/
Dxhci-mtk.c470 .reset_bandwidth = xhci_mtk_reset_bandwidth,
Dxhci.c5299 .reset_bandwidth = xhci_reset_bandwidth,
5350 if (over->reset_bandwidth) in xhci_init_driver()
5351 drv->reset_bandwidth = over->reset_bandwidth; in xhci_init_driver()
Dxhci.h1953 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/Linux-v6.6/drivers/usb/core/
Dhcd.c1951 hcd->driver->reset_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()