Searched refs:init_type (Results 1 – 11 of 11) sorted by relevance
| /u-boot/drivers/usb/host/ |
| A D | ehci-vf.c | 214 enum usb_init_type init_type; member 233 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 236 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 245 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 253 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 262 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 264 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 274 enum usb_init_type type = priv->init_type; in vf_init_after_reset() 325 if (priv->init_type != plat->init_type) in ehci_usb_probe() 328 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe() [all …]
|
| A D | ehci-mx6.c | 433 enum usb_init_type init_type; member 538 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 540 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 547 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 549 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 566 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 569 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat() 572 plat->init_type = USB_INIT_UNKNOWN; in ehci_usb_of_to_plat() 657 priv->init_type = type; in ehci_usb_probe() 685 priv->init_type = plat->init_type; in ehci_usb_probe() [all …]
|
| A D | ehci-mx5.c | 235 enum usb_init_type init_type; member 251 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat() 253 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 266 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 280 priv->init_type = type; in ehci_usb_probe() 309 priv->init_type); in ehci_usb_probe()
|
| A D | ehci-mxs.c | 120 enum usb_init_type init_type; member 146 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() 148 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 219 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 225 priv->init_type = type; in ehci_usb_probe() 252 return ehci_register(dev, hccr, hcor, NULL, 0, priv->init_type); in ehci_usb_probe()
|
| A D | ehci-omap.c | 137 enum usb_init_type init_type; member 319 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 354 priv->init_type = plat->init_type; in omap_ehci_probe()
|
| A D | ehci-msm.c | 63 ret = board_usb_init(0, plat->init_type); in ehci_usb_probe() 68 plat->init_type); in ehci_usb_probe()
|
| A D | ehci-zynq.c | 72 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
|
| A D | ehci-tegra.c | 79 enum usb_init_type init_type; member 817 config->init_type = init; in usb_common_init() 866 ret = usb_common_init(priv, plat->init_type); in ehci_usb_probe() 877 plat->init_type); in ehci_usb_probe()
|
| A D | usb-uclass.c | 367 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
|
| /u-boot/arch/powerpc/cpu/mpc8xxx/ |
| A D | cpu.c | 105 static inline u32 init_type(u32 cluster, int init_id) in init_type() function 127 type = init_type(cluster, j); in compute_ppc_cpumask() 151 type = init_type(cluster, j); in compute_dsp_cpumask() 174 if (init_type(cluster, j)) { in fsl_qoriq_dsp_core_to_cluster() 197 if (init_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
|
| /u-boot/include/ |
| A D | usb.h | 609 enum usb_init_type init_type; member
|
Completed in 34 milliseconds