Home
last modified time | relevance | path

Searched refs:ehci_hub_control (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dehci-grlib.c60 .hub_control = ehci_hub_control,
Dehci-xilinx-of.c96 .hub_control = ehci_hub_control,
Dehci-sh.c62 .hub_control = ehci_hub_control,
Dehci-ppc-of.c61 .hub_control = ehci_hub_control,
Dehci-hub.c82 ehci_hub_control(hcd, SetPortFeature, in ehci_handover_companion_ports()
100 ehci_hub_control(hcd, GetPortStatus, in ehci_handover_companion_ports()
731 int ehci_hub_control( in ehci_hub_control() function
1177 EXPORT_SYMBOL_GPL(ehci_hub_control);
Dehci-brcm.c91 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ehci_brcm_hub_control()
Dehci-ps3.c73 .hub_control = ehci_hub_control,
Dehci.h894 extern int ehci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dehci-hcd.c1273 .hub_control = ehci_hub_control,
/linux-6.1.9/drivers/usb/chipidea/
Dhost.c324 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ci_ehci_hub_control()