Searched refs:ehci_setup (Results 1 - 25 of 34) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-xilinx-of.c | 74 .reset = ehci_setup,
|
H A D | ehci-grlib.c | 38 .reset = ehci_setup,
|
H A D | ehci-sh.c | 23 return ehci_setup(hcd); in ehci_sh_reset()
|
H A D | ehci-ppc-of.c | 39 .reset = ehci_setup,
|
H A D | ehci-ps3.c | 48 result = ehci_setup(hcd); in ps3_ehci_hc_reset()
|
H A D | ehci-brcm.c | 116 return ehci_setup(hcd); in ehci_brcm_reset()
|
H A D | ehci-pmcmsp.c | 81 retval = ehci_setup(hcd); in ehci_msp_setup()
|
H A D | ehci-st.c | 62 return ehci_setup(hcd); in st_ehci_platform_reset()
|
H A D | ehci-pci.c | 103 * 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 D | ehci-orion.c | 168 ret = ehci_setup(hcd); in ehci_orion_drv_reset()
|
H A D | ehci-mv.c | 81 retval = ehci_setup(hcd); in mv_ehci_reset() 83 dev_err(dev, "ehci_setup failed %d\n", retval); in mv_ehci_reset()
|
H A D | ehci-hcd.c | 362 * 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 D | ehci-grlib.c | 38 .reset = ehci_setup,
|
H A D | ehci-xilinx-of.c | 74 .reset = ehci_setup,
|
H A D | ehci-sh.c | 23 return ehci_setup(hcd); in ehci_sh_reset()
|
H A D | ehci-ppc-of.c | 39 .reset = ehci_setup,
|
H A D | ehci-brcm.c | 119 return ehci_setup(hcd); in ehci_brcm_reset()
|
H A D | ehci-ps3.c | 48 result = ehci_setup(hcd); in ps3_ehci_hc_reset()
|
H A D | ehci-pci.c | 103 * 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 D | ehci-orion.c | 164 ret = ehci_setup(hcd); in ehci_orion_drv_reset()
|
H A D | ehci-mv.c | 81 retval = ehci_setup(hcd); in mv_ehci_reset() 83 dev_err(dev, "ehci_setup failed %d\n", retval); in mv_ehci_reset()
|
H A D | ehci-st.c | 60 return ehci_setup(hcd); in st_ehci_platform_reset()
|
H A D | ehci-hcd.c | 363 * 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 D | ehci-dbgp.c | 751 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 D | ehci-dbgp.c | 751 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