Home
last modified time | relevance | path

Searched refs:init_count (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/clocksource/
H A Darc_timer.c361 static int init_count = 0; in arc_of_timer_init() local
364 if (!init_count) { in arc_of_timer_init()
365 init_count = 1; in arc_of_timer_init()
H A Dtimer-sp804.c343 static int init_count = 0; in integrator_cp_of_init() local
364 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init()
369 if (!init_count) { in integrator_cp_of_init()
384 init_count++; in integrator_cp_of_init()
/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb.c70 int init_count; member
125 if (priv->init_count++ == 0) { in brcm_usb_phy_init()
138 priv->init_count); in brcm_usb_phy_init()
160 if (--priv->init_count == 0) { in brcm_usb_phy_exit()
601 if (priv->init_count) { in brcm_usb_phy_suspend()
643 if (priv->init_count) { in brcm_usb_phy_resume()
/linux/drivers/clk/meson/
H A Ds4-pll.c322 .init_count = ARRAY_SIZE(s4_gp0_init_regs),
398 .init_count = ARRAY_SIZE(s4_hifi_init_regs),
576 .init_count = ARRAY_SIZE(s4_mpll0_init_regs),
629 .init_count = ARRAY_SIZE(s4_mpll1_init_regs),
682 .init_count = ARRAY_SIZE(s4_mpll2_init_regs),
735 .init_count = ARRAY_SIZE(s4_mpll3_init_regs),
H A Dclk-mpll.c137 if (mpll->init_count) in mpll_init()
139 mpll->init_count); in mpll_init()
H A Dclk-mpll.h22 unsigned int init_count; member
H A Dclk-pll.h43 unsigned int init_count; member
H A Dc3-pll.c280 .init_count = ARRAY_SIZE(c3_gp0_init_regs),
363 .init_count = ARRAY_SIZE(c3_hifi_init_regs),
435 .init_count = ARRAY_SIZE(c3_mclk_init_regs),
H A Dclk-pll.c328 if (pll->init_count) { in meson_clk_pll_init()
333 pll->init_count); in meson_clk_pll_init()
H A Da1-pll.c139 .init_count = ARRAY_SIZE(hifi_init_regs),
H A Dg12a.c1778 .init_count = ARRAY_SIZE(g12a_gp0_init_regs),
1918 .init_count = ARRAY_SIZE(g12a_hifi_init_regs),
2010 .init_count = ARRAY_SIZE(g12a_pcie_pll_init_regs),
2348 .init_count = ARRAY_SIZE(g12a_mpll0_init_regs),
2401 .init_count = ARRAY_SIZE(g12a_mpll1_init_regs),
2454 .init_count = ARRAY_SIZE(g12a_mpll2_init_regs),
2507 .init_count = ARRAY_SIZE(g12a_mpll3_init_regs),
5421 .init_count = ARRAY_SIZE(g12a_init_regs),
H A Dgxbb.c561 .init_count = ARRAY_SIZE(gxbb_gp0_init_regs),
615 .init_count = ARRAY_SIZE(gxl_gp0_init_regs),
H A Dmeson8b.c272 .init_count = ARRAY_SIZE(meson8b_hdmi_pll_init_regs),
2110 .init_count = ARRAY_SIZE(meson8m2_gp_pll_init_regs),
/linux/drivers/net/wan/framer/
H A Dframer-core.c103 if (framer->power_count > framer->init_count) in framer_init()
106 if (framer->init_count == 0) { in framer_init()
117 ++framer->init_count; in framer_init()
153 --framer->init_count; in framer_exit()
154 if (framer->init_count == 0) { in framer_exit()
/linux/drivers/phy/
H A Dphy-core.c241 if (phy->power_count > phy->init_count) in phy_init()
244 if (phy->init_count == 0 && phy->ops->init) { in phy_init()
251 ++phy->init_count; in phy_init()
281 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit()
288 --phy->init_count; in phy_exit()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c206 * @init_count: phy common block initialization count
218 int init_count; member
317 if (qmp->init_count++) { in qmp_pcie_msm8996_com_init()
356 qmp->init_count--; in qmp_pcie_msm8996_com_init()
369 if (--qmp->init_count) { in qmp_pcie_msm8996_com_exit()
H A Dphy-qcom-qmp-usbc.c693 if (!qmp->phy->init_count) { in qmp_usbc_runtime_suspend()
713 if (!qmp->phy->init_count) { in qmp_usbc_runtime_resume()
/linux/include/linux/framer/
H A Dframer.h74 * @init_count: used to protect when the framer is used by multiple consumers
87 int init_count; member
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c1919 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_phy_init()
1933 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_phy_exit()
1986 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_deinitialize_mainlink()
2567 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link_stream()
2583 DRM_DEBUG_DP("Before, phy=%p init_count=%d power_on=%d\n", in msm_dp_ctrl_off_link()
2584 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link()
2588 DRM_DEBUG_DP("After, phy=%p init_count=%d power_on=%d\n", in msm_dp_ctrl_off_link()
2589 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link()
2616 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h339 uint32_t init_count; /* number to allocate when initialized */ member
H A Dlpfc_debugfs.c319 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c723 drm_printf(&p, "Init Count 0x%x\n", intel_dsi->init_count); in intel_dsi_log_params()
777 intel_dsi->init_count = mipi_config->master_init_timer; in intel_dsi_vbt_init()
H A Dvlv_dsi.c1433 intel_dsi->init_count); in intel_dsi_prepare()
1441 intel_dsi->init_count); in intel_dsi_prepare()
H A Dicl_dsi.c583 DSI_T_INIT_MASTER_MASK, intel_dsi->init_count); in gen11_dsi_setup_timings()
/linux/drivers/net/ethernet/renesas/
H A Drswitch.c2210 if (priv->rdev[i]->serdes->init_count) in renesas_eth_sw_suspend()

12