Home
last modified time | relevance | path

Searched refs:ehci_setup (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-xilinx-of.c74 .reset = ehci_setup,
H A Dehci-grlib.c38 .reset = ehci_setup,
H A Dehci-sh.c23 return ehci_setup(hcd); in ehci_sh_reset()
H A Dehci-ppc-of.c39 .reset = ehci_setup,
H A Dehci-ps3.c48 result = ehci_setup(hcd); in ps3_ehci_hc_reset()
H A Dehci-brcm.c116 return ehci_setup(hcd); in ehci_brcm_reset()
H A Dehci-pmcmsp.c81 retval = ehci_setup(hcd); in ehci_msp_setup()
H A Dehci-st.c62 return ehci_setup(hcd); in st_ehci_platform_reset()
H A Dehci-pci.c103 * happen before ehci_setup() is called. in ehci_pci_setup()
256 retval = ehci_setup(hcd); in ehci_pci_setup()
260 /* These workarounds need to be applied after ehci_setup() */ in ehci_pci_setup()
H A Dehci-orion.c168 ret = ehci_setup(hcd); in ehci_orion_drv_reset()
H A Dehci-mv.c81 retval = ehci_setup(hcd); in mv_ehci_reset()
83 dev_err(dev, "ehci_setup failed %d\n", retval); in mv_ehci_reset()
H A Dehci-hcd.c362 * As ehci_setup() not done yet, so stop accessing registers or in ehci_shutdown()
363 * variables initialized in ehci_setup() in ehci_shutdown()
678 int ehci_setup(struct usb_hcd *hcd) in ehci_setup() function
708 EXPORT_SYMBOL_GPL(ehci_setup); variable
1233 .reset = ehci_setup,
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-grlib.c38 .reset = ehci_setup,
H A Dehci-xilinx-of.c74 .reset = ehci_setup,
H A Dehci-sh.c23 return ehci_setup(hcd); in ehci_sh_reset()
H A Dehci-ppc-of.c39 .reset = ehci_setup,
H A Dehci-brcm.c119 return ehci_setup(hcd); in ehci_brcm_reset()
H A Dehci-ps3.c48 result = ehci_setup(hcd); in ps3_ehci_hc_reset()
H A Dehci-pci.c103 * happen before ehci_setup() is called. in ehci_pci_setup()
260 retval = ehci_setup(hcd); in ehci_pci_setup()
264 /* These workarounds need to be applied after ehci_setup() */ in ehci_pci_setup()
H A Dehci-orion.c164 ret = ehci_setup(hcd); in ehci_orion_drv_reset()
H A Dehci-mv.c81 retval = ehci_setup(hcd); in mv_ehci_reset()
83 dev_err(dev, "ehci_setup failed %d\n", retval); in mv_ehci_reset()
H A Dehci-st.c60 return ehci_setup(hcd); in st_ehci_platform_reset()
H A Dehci-hcd.c363 * As ehci_setup() not done yet, so stop accessing registers or in ehci_shutdown()
364 * variables initialized in ehci_setup() in ehci_shutdown()
679 int ehci_setup(struct usb_hcd *hcd) in ehci_setup() function
709 EXPORT_SYMBOL_GPL(ehci_setup); variable
1254 .reset = ehci_setup,
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dehci-dbgp.c751 static int __init ehci_setup(void) in ehci_setup() function
896 ret = ehci_setup(); in early_dbgp_init()
898 dbgp_printk("ehci_setup failed\n"); in early_dbgp_init()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dehci-dbgp.c751 static int __init ehci_setup(void) in ehci_setup() function
896 ret = ehci_setup(); in early_dbgp_init()
898 dbgp_printk("ehci_setup failed\n"); in early_dbgp_init()

Completed in 15 milliseconds

12