Home
last modified time | relevance | path

Searched refs:init_type (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/usb/host/
Dehci-vf.c211 enum usb_init_type init_type; member
230 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata()
233 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata()
242 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata()
250 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata()
259 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata()
261 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata()
271 enum usb_init_type type = priv->init_type; in vf_init_after_reset()
324 if (priv->init_type != plat->init_type) in ehci_usb_probe()
327 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe()
[all …]
Dehci-mx6.c420 enum usb_init_type init_type; member
427 enum usb_init_type type = priv->init_type; in mx6_init_after_reset()
492 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode()
494 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode()
501 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode()
503 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode()
520 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata()
523 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata()
575 enum usb_init_type type = plat->init_type; in ehci_usb_probe()
582 priv->init_type = type; in ehci_usb_probe()
[all …]
Dehci-mx5.c278 enum usb_init_type init_type; member
294 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata()
296 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata()
309 enum usb_init_type type = plat->init_type; in ehci_usb_probe()
323 priv->init_type = type; in ehci_usb_probe()
352 priv->init_type); in ehci_usb_probe()
Dehci-msm.c65 ret = board_usb_init(0, plat->init_type); in ehci_usb_probe()
70 plat->init_type); in ehci_usb_probe()
Dehci-tegra.c77 enum usb_init_type init_type; member
787 config->init_type = init; in usb_common_init()
836 ret = usb_common_init(priv, plat->init_type); in ehci_usb_probe()
847 plat->init_type); in ehci_usb_probe()
Dehci-zynq.c72 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
Dusb-uclass.c393 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dcpu.c102 static inline u32 init_type(u32 cluster, int init_id) in init_type() function
124 type = init_type(cluster, j); in compute_ppc_cpumask()
148 type = init_type(cluster, j); in compute_dsp_cpumask()
171 if (init_type(cluster, j)) { in fsl_qoriq_dsp_core_to_cluster()
194 if (init_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
/external/u-boot/include/
Dusb.h604 enum usb_init_type init_type; member