Searched refs:start_port_reset (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ohci-ppc-of.c | 83 .start_port_reset = ohci_start_port_reset,
|
D | ohci-sa1111.c | 118 .start_port_reset = ohci_start_port_reset,
|
D | ohci-sm501.c | 83 .start_port_reset = ohci_start_port_reset,
|
D | ohci-ps3.c | 60 .start_port_reset = ohci_start_port_reset,
|
D | ohci-tmio.c | 178 .start_port_reset = ohci_start_port_reset,
|
D | ehci-fsl.c | 692 fsl_ehci_hc_driver.start_port_reset = ehci_start_port_reset; in ehci_fsl_init()
|
D | hwa-hc.c | 619 .start_port_reset = wusbhc_rh_start_port_reset,
|
D | ohci-hcd.c | 1199 .start_port_reset = ohci_start_port_reset,
|
D | u132-hcd.c | 2956 .start_port_reset = u132_start_port_reset,
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 223 .start_port_reset = wusbhc_rh_start_port_reset,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 324 int (*start_port_reset)(struct usb_hcd *, unsigned port_num); member
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 2420 if (port_num && hcd->driver->start_port_reset) in usb_bus_start_enum() 2421 status = hcd->driver->start_port_reset(hcd, port_num); in usb_bus_start_enum()
|