/linux/drivers/clk/meson/ |
H A D | meson-eeclk.c | 39 if (data->init_count) in meson_eeclkc_probe() 40 regmap_multi_reg_write(map, data->init_regs, data->init_count); in meson_eeclkc_probe()
|
H A D | s4-pll.c | 295 .init_count = ARRAY_SIZE(s4_gp0_init_regs), 371 .init_count = ARRAY_SIZE(s4_hifi_init_regs), 549 .init_count = ARRAY_SIZE(s4_mpll0_init_regs), 602 .init_count = ARRAY_SIZE(s4_mpll1_init_regs), 655 .init_count = ARRAY_SIZE(s4_mpll2_init_regs), 708 .init_count = ARRAY_SIZE(s4_mpll3_init_regs),
|
H A D | clk-mpll.c | 132 if (mpll->init_count) in mpll_init() 134 mpll->init_count); in mpll_init()
|
H A D | meson-eeclk.h | 20 unsigned int init_count; member
|
H A D | clk-mpll.h | 22 unsigned int init_count; member
|
H A D | clk-pll.h | 43 unsigned int init_count; member
|
H A D | c3-pll.c | 280 .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 D | clk-pll.c | 323 if (pll->init_count) { in meson_clk_pll_init() 328 pll->init_count); in meson_clk_pll_init()
|
H A D | a1-pll.c | 129 .init_count = ARRAY_SIZE(hifi_init_regs),
|
H A D | axg.c | 221 .init_count = ARRAY_SIZE(axg_gp0_init_regs), 293 .init_count = ARRAY_SIZE(axg_hifi_init_regs), 742 .init_count = ARRAY_SIZE(axg_pcie_init_regs),
|
H A D | g12a.c | 1657 .init_count = ARRAY_SIZE(g12a_gp0_init_regs), 1797 .init_count = ARRAY_SIZE(g12a_hifi_init_regs), 1889 .init_count = ARRAY_SIZE(g12a_pcie_pll_init_regs), 2227 .init_count = ARRAY_SIZE(g12a_mpll0_init_regs), 2280 .init_count = ARRAY_SIZE(g12a_mpll1_init_regs), 2333 .init_count = ARRAY_SIZE(g12a_mpll2_init_regs), 2386 .init_count = ARRAY_SIZE(g12a_mpll3_init_regs), 5556 .init_count = ARRAY_SIZE(g12a_init_regs),
|
/linux/drivers/clocksource/ |
H A D | timer-sp804.c | 343 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()
|
H A D | arc_timer.c | 361 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()
|
/linux/rust/kernel/ |
H A D | init.rs | 1092 let mut init_count = ScopeGuard::new_with_data(0, |i| { 1106 *init_count += 1; 1108 init_count.dismiss(); 1136 let mut init_count = ScopeGuard::new_with_data(0, |i| { 1150 *init_count += 1; 1152 init_count.dismiss(); 1094 let mut init_count = ScopeGuard::new_with_data(0, |i| { global() localVariable 1138 let mut init_count = ScopeGuard::new_with_data(0, |i| { global() localVariable
|
/linux/drivers/net/wan/framer/ |
H A D | framer-core.c | 103 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 D | phy-core.c | 263 if (phy->power_count > phy->init_count) in phy_init() 266 if (phy->init_count == 0 && phy->ops->init) { in phy_init() 273 ++phy->init_count; in phy_init() 303 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit() 310 --phy->init_count; in phy_exit()
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-pcie-msm8996.c | 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 D | phy-qcom-qmp-usbc.c | 693 if (!qmp->phy->init_count) { in qmp_usbc_runtime_suspend() 713 if (!qmp->phy->init_count) { in qmp_usbc_runtime_resume()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | phy.c | 389 u32 init_count = 0; in _rtl92cu_phy_set_rf_power_state() local 392 init_count++; in _rtl92cu_phy_set_rf_power_state() 396 } while (!rtstatus && (init_count < 10)); in _rtl92cu_phy_set_rf_power_state()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dsi.h | 110 u16 init_count; member
|
H A D | intel_dsi_vbt.c | 735 drm_dbg_kms(&i915->drm, "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()
|
/linux/include/linux/framer/ |
H A D | framer.h | 87 int init_count; member
|
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_ctrl.c | 1554 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_phy_init() 1568 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_phy_exit() 1621 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_deinitialize_mainlink() 2061 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link_stream() 2077 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link() 2082 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off_link() 2109 phy, phy->init_count, phy->power_count); in msm_dp_ctrl_off()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 339 uint32_t init_count; /* number to allocate when initialized */ member
|
/linux/include/linux/phy/ |
H A D | phy.h | 163 int init_count; member
|