| /linux/drivers/clk/meson/ |
| H A D | s4-pll.c | 322 .init_count = ARRAY_SIZE(s4_gp0_pll_init_regs), 398 .init_count = ARRAY_SIZE(s4_hifi_pll_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), 807 .init_count = ARRAY_SIZE(s4_pll_init_regs),
|
| H A D | meson-clkc-utils.c | 39 if (data->init_count) in meson_clkc_init() 40 regmap_multi_reg_write(map, data->init_regs, data->init_count); in meson_clkc_init()
|
| 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_pll_init_regs), 363 .init_count = ARRAY_SIZE(c3_hifi_pll_init_regs), 435 .init_count = ARRAY_SIZE(c3_mclk_pll_init_regs),
|
| H A D | meson-clkc-utils.h | 23 unsigned int init_count; member
|
| H A D | a1-pll.c | 139 .init_count = ARRAY_SIZE(a1_hifi_pll_init_regs),
|
| H A D | g12a.c | 440 .init_count = ARRAY_SIZE(g12a_gp0_pll_init_regs), 580 .init_count = ARRAY_SIZE(g12a_hifi_pll_init_regs), 672 .init_count = ARRAY_SIZE(g12a_pcie_pll_init_regs), 2325 .init_count = ARRAY_SIZE(g12a_mpll0_init_regs), 2378 .init_count = ARRAY_SIZE(g12a_mpll1_init_regs), 2431 .init_count = ARRAY_SIZE(g12a_mpll2_init_regs), 2484 .init_count = ARRAY_SIZE(g12a_mpll3_init_regs), 5409 .init_count = ARRAY_SIZE(g12a_init_regs),
|
| H A D | axg.c | 306 .init_count = ARRAY_SIZE(axg_gp0_init_regs), 378 .init_count = ARRAY_SIZE(axg_hifi_pll_init_regs), 827 .init_count = ARRAY_SIZE(axg_pcie_pll_init_regs),
|
| H A D | gxbb.c | 532 .init_count = ARRAY_SIZE(gxbb_gp0_pll_init_regs), 615 .init_count = ARRAY_SIZE(gxl_gp0_pll_init_regs),
|
| H A D | meson8b.c | 272 .init_count = ARRAY_SIZE(meson8b_hdmi_pll_init_regs), 2079 .init_count = ARRAY_SIZE(meson8m2_gp_pll_init_regs),
|
| /linux/drivers/clocksource/ |
| 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/drivers/phy/broadcom/ |
| H A D | phy-brcm-usb.c | 70 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/phy/ |
| H A D | phy-core.c | 241 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 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-combo.c | 1869 int init_count; member 3029 if (!force && qmp->init_count++) in qmp_combo_com_init() 3107 qmp->init_count--; in qmp_combo_com_init() 3116 if (!force && --qmp->init_count) in qmp_combo_com_exit() 3412 if (!qmp->init_count) { in qmp_combo_runtime_suspend() 3432 if (!qmp->init_count) { in qmp_combo_runtime_resume() 3775 if (qmp->init_count) { in qmp_combo_typec_switch_set() 3842 if (qmp->init_count) { in qmp_combo_typec_mux_set()
|
| H A D | phy-qcom-qmp-usb-legacy.c | 991 if (!qmp->phy->init_count) { in qmp_usb_legacy_runtime_suspend() 1012 if (!qmp->phy->init_count) { in qmp_usb_legacy_runtime_resume()
|
| H A D | phy-qcom-qmp-usb.c | 1943 if (!qmp->phy->init_count) { in qmp_usb_runtime_suspend() 1963 if (!qmp->phy->init_count) { in qmp_usb_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/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 | 1919 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() 2584 phy, phy->init_count, phy->power_count); 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 D | lpfc_sli.h | 339 uint32_t init_count; /* number to allocate when initialized */ member
|
| H A D | lpfc_sli.c | 2524 .init_count = 40, 2629 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
|
| /linux/include/linux/phy/ |
| H A D | phy.h | 181 int init_count; member
|