Searched refs:init_type (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-vf.c | 211 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 …]
|
H A D | ehci-mx6.c | 392 enum usb_init_type init_type; member 399 enum usb_init_type type = priv->init_type; in mx6_init_after_reset() 464 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 466 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 473 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 475 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 491 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() 493 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 510 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 517 priv->init_type = type; in ehci_usb_probe() [all …]
|
H A D | ehci-msm.c | 65 ret = board_usb_init(0, plat->init_type); in ehci_usb_probe() 70 plat->init_type); in ehci_usb_probe()
|
H A D | ehci-tegra.c | 77 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()
|
H A D | ehci-zynq.c | 72 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
|
H A D | usb-uclass.c | 396 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
|
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | queue.hpp | 73 init_type; in BOOST_ASIO_INITFN_RESULT_TYPE() typedef 77 init_type init(BOOST_ASIO_MOVE_CAST(MessageHandler)(h)); in BOOST_ASIO_INITFN_RESULT_TYPE() 91 init_type init(BOOST_ASIO_MOVE_CAST(MessageHandler)(h)); in BOOST_ASIO_INITFN_RESULT_TYPE()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | cpu.c | 101 static inline u32 init_type(u32 cluster, int init_id) in init_type() function 123 type = init_type(cluster, j); in compute_ppc_cpumask() 147 type = init_type(cluster, j); in compute_dsp_cpumask() 170 if (init_type(cluster, j)) { in fsl_qoriq_dsp_core_to_cluster() 193 if (init_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 295 char init_type; member
|
H A D | qat_uclo.c | 825 switch (init_regsym->init_type) { in qat_uclo_init_reg_sym()
|
/openbmc/u-boot/include/ |
H A D | usb.h | 598 enum usb_init_type init_type; member
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 7585 + vcsm_init_type_t init_type; 7621 + if (cb->cbp->init_type == VCSM_INIT_CMA) 7684 + if (cbp->init_type == VCSM_INIT_CMA) 7724 + cma_vcsm_exit(cbp->init_type); 7776 + vcsm_init_type_t const init_type = cma_vcsm_init(); 7777 + if (init_type == VCSM_INIT_NONE) 7784 + cbp->init_type = init_type; 10998 + vcsm_init_type_t init_type; 12746 + cma_vcsm_exit(sys->init_type);; 12904 + if ((sys->init_type = cma_vcsm_init()) == VCSM_INIT_NONE)
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 726 u8 init_type; member
|