Home
last modified time | relevance | path

Searched refs:xhci_hub_control (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-hub.c1198 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in xhci_hub_control() function
1623 EXPORT_SYMBOL_GPL(xhci_hub_control);
Dxhci.h1922 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex,
Dxhci-tegra.c2735 ret = xhci_hub_control(hcd, type_req, value, index, buf, length); in tegra_xhci_hub_control()
Dxhci.c5386 .hub_control = xhci_hub_control,