Home
last modified time | relevance | path

Searched refs:init_type (Results 1 – 10 of 10) 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.c431 enum usb_init_type init_type; member
438 enum usb_init_type type = priv->init_type; in mx6_init_after_reset()
503 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode()
505 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode()
512 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode()
514 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode()
531 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat()
534 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat()
592 enum usb_init_type type = plat->init_type; in ehci_usb_probe()
607 priv->init_type = type; in ehci_usb_probe()
[all …]
A Dehci-mx5.c281 enum usb_init_type init_type; member
297 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat()
299 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat()
312 enum usb_init_type type = plat->init_type; in ehci_usb_probe()
326 priv->init_type = type; in ehci_usb_probe()
355 priv->init_type); in ehci_usb_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-omap.c363 enum usb_init_type init_type; member
373 plat->init_type = USB_INIT_HOST;
387 priv->init_type = plat->init_type;
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
789 config->init_type = init; in usb_common_init()
838 ret = usb_common_init(priv, plat->init_type); in ehci_usb_probe()
849 plat->init_type); in ehci_usb_probe()
A Dusb-uclass.c405 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.h605 enum usb_init_type init_type; member

Completed in 15 milliseconds