Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dehci-vf.c214 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 Dehci-mx6.c433 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 Dehci-mx5.c235 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 Dehci-mxs.c120 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 Dehci-omap.c137 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 Dehci-msm.c63 ret = board_usb_init(0, plat->init_type); in ehci_usb_probe()
68 plat->init_type); in ehci_usb_probe()
A Dehci-zynq.c72 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
A Dehci-tegra.c79 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 Dusb-uclass.c367 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dcpu.c105 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 Dusb.h609 enum usb_init_type init_type; member

Completed in 34 milliseconds