Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/broadcom/
Dphy-brcm-usb.c69 int init_count; member
84 if (priv->init_count++ == 0) { in brcm_usb_phy_init()
96 priv->init_count); in brcm_usb_phy_init()
115 if (--priv->init_count == 0) { in brcm_usb_phy_exit()
386 if (priv->init_count) { in brcm_usb_phy_suspend()
405 if (priv->init_count) { in brcm_usb_phy_resume()
/Linux-v4.19/drivers/clocksource/
Dtimer-sp804.c295 static int init_count = 0; in integrator_cp_of_init() local
316 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init()
319 if (!init_count) { in integrator_cp_of_init()
333 init_count++; in integrator_cp_of_init()
Darc_timer.c343 static int init_count = 0; in arc_of_timer_init() local
346 if (!init_count) { in arc_of_timer_init()
347 init_count = 1; in arc_of_timer_init()
/Linux-v4.19/drivers/clk/meson/
Dclk-pll.c180 if (pll->init_count) { in meson_clk_pll_init()
183 pll->init_count); in meson_clk_pll_init()
Dclkc.h75 unsigned int init_count; member
Daxg.c237 .init_count = ARRAY_SIZE(axg_gp0_init_regs),
290 .init_count = ARRAY_SIZE(axg_hifi_init_regs),
688 .init_count = ARRAY_SIZE(axg_pcie_init_regs),
Dgxbb.c414 .init_count = ARRAY_SIZE(gxbb_gp0_init_regs),
468 .init_count = ARRAY_SIZE(gxl_gp0_init_regs),
/Linux-v4.19/drivers/phy/
Dphy-core.c249 if (phy->init_count == 0 && phy->ops->init) { in phy_init()
256 ++phy->init_count; in phy_init()
278 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit()
285 --phy->init_count; in phy_exit()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dsi.h99 u16 init_count; member
Dintel_dsi_vbt.c539 intel_dsi->init_count = mipi_config->master_init_timer; in intel_dsi_vbt_init()
776 DRM_DEBUG_KMS("Init Count 0x%x\n", intel_dsi->init_count); in intel_dsi_vbt_init()
Dvlv_dsi.c1538 intel_dsi->init_count); in intel_dsi_prepare()
1545 I915_WRITE(MIPI_INIT_COUNT(port), intel_dsi->init_count); in intel_dsi_prepare()
/Linux-v4.19/drivers/phy/renesas/
Dphy-rcar-gen3-usb2.c240 if (!ch->has_otg_pins || !ch->phy->init_count) in role_store()
278 if (!ch->has_otg_pins || !ch->phy->init_count) in role_show()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.h282 uint32_t init_count; /* number to allocate when initialized */ member
Dlpfc_debugfs.c321 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
Dlpfc_sli.c2117 .init_count = 40,
2222 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
/Linux-v4.19/include/linux/phy/
Dphy.h93 int init_count; member
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c713 int init_count; member
946 if (qmp->init_count++) { in qcom_qmp_phy_com_init()
1051 if (--qmp->init_count) { in qcom_qmp_phy_com_exit()