| /Linux-v5.4/drivers/clk/meson/ |
| D | meson-eeclk.c | 35 if (data->init_count) in meson_eeclkc_probe() 36 regmap_multi_reg_write(map, data->init_regs, data->init_count); in meson_eeclkc_probe()
|
| D | meson-eeclk.h | 19 unsigned int init_count; member
|
| D | clk-mpll.c | 137 if (mpll->init_count) in mpll_init() 139 mpll->init_count); in mpll_init()
|
| D | clk-mpll.h | 22 unsigned int init_count; member
|
| D | clk-pll.h | 40 unsigned int init_count; member
|
| D | clk-pll.c | 285 if (pll->init_count) { in meson_clk_pll_init() 288 pll->init_count); in meson_clk_pll_init()
|
| D | axg.c | 220 .init_count = ARRAY_SIZE(axg_gp0_init_regs), 292 .init_count = ARRAY_SIZE(axg_hifi_init_regs), 745 .init_count = ARRAY_SIZE(axg_pcie_init_regs),
|
| D | g12a.c | 1644 .init_count = ARRAY_SIZE(g12a_gp0_init_regs), 1784 .init_count = ARRAY_SIZE(g12a_hifi_init_regs), 1876 .init_count = ARRAY_SIZE(g12a_pcie_pll_init_regs), 2215 .init_count = ARRAY_SIZE(g12a_mpll0_init_regs), 2269 .init_count = ARRAY_SIZE(g12a_mpll1_init_regs), 2323 .init_count = ARRAY_SIZE(g12a_mpll2_init_regs), 2377 .init_count = ARRAY_SIZE(g12a_mpll3_init_regs), 5061 .init_count = ARRAY_SIZE(g12a_init_regs),
|
| D | gxbb.c | 463 .init_count = ARRAY_SIZE(gxbb_gp0_init_regs), 517 .init_count = ARRAY_SIZE(gxl_gp0_init_regs),
|
| /Linux-v5.4/drivers/phy/broadcom/ |
| D | phy-brcm-usb.c | 61 int init_count; member 76 if (priv->init_count++ == 0) { in brcm_usb_phy_init() 88 priv->init_count); in brcm_usb_phy_init() 107 if (--priv->init_count == 0) { in brcm_usb_phy_exit() 383 if (priv->init_count) { in brcm_usb_phy_suspend() 402 if (priv->init_count) { in brcm_usb_phy_resume()
|
| /Linux-v5.4/drivers/clocksource/ |
| D | timer-sp804.c | 282 static int init_count = 0; in integrator_cp_of_init() local 303 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init() 306 if (!init_count) { in integrator_cp_of_init() 320 init_count++; in integrator_cp_of_init()
|
| D | arc_timer.c | 363 static int init_count = 0; in arc_of_timer_init() local 366 if (!init_count) { in arc_of_timer_init() 367 init_count = 1; in arc_of_timer_init()
|
| /Linux-v5.4/drivers/phy/ |
| D | phy-core.c | 245 if (phy->init_count == 0 && phy->ops->init) { in phy_init() 252 ++phy->init_count; in phy_init() 274 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit() 281 --phy->init_count; in phy_exit()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| 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-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_dsi.h | 113 u16 init_count; member
|
| D | intel_dsi_vbt.c | 561 DRM_DEBUG_KMS("Init Count 0x%x\n", intel_dsi->init_count); in intel_dsi_log_params() 599 intel_dsi->init_count = mipi_config->master_init_timer; in intel_dsi_vbt_init()
|
| D | vlv_dsi.c | 1450 intel_dsi->init_count); in intel_dsi_prepare() 1457 I915_WRITE(MIPI_INIT_COUNT(port), intel_dsi->init_count); in intel_dsi_prepare()
|
| D | icl_dsi.c | 505 tmp |= intel_dsi->init_count; in gen11_dsi_setup_dphy_timings()
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_sli.h | 287 uint32_t init_count; /* number to allocate when initialized */ member
|
| D | lpfc_debugfs.c | 321 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
|
| D | lpfc_sli.c | 2107 .init_count = 40, 2212 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
|
| /Linux-v5.4/include/linux/phy/ |
| D | phy.h | 135 int init_count; member
|
| /Linux-v5.4/drivers/phy/qualcomm/ |
| D | phy-qcom-qmp.c | 997 int init_count; member 1308 if (qmp->init_count++) { in qcom_qmp_phy_com_init() 1415 if (--qmp->init_count) { in qcom_qmp_phy_com_exit()
|