Searched refs:init_count (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/phy/broadcom/ |
D | phy-brcm-usb.c | 69 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/ |
D | timer-sp804.c | 295 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()
|
D | arc_timer.c | 343 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/ |
D | clk-pll.c | 180 if (pll->init_count) { in meson_clk_pll_init() 183 pll->init_count); in meson_clk_pll_init()
|
D | clkc.h | 75 unsigned int init_count; member
|
D | axg.c | 237 .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),
|
D | gxbb.c | 414 .init_count = ARRAY_SIZE(gxbb_gp0_init_regs), 468 .init_count = ARRAY_SIZE(gxl_gp0_init_regs),
|
/Linux-v4.19/drivers/phy/ |
D | phy-core.c | 249 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/ |
D | intel_dsi.h | 99 u16 init_count; member
|
D | intel_dsi_vbt.c | 539 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()
|
D | vlv_dsi.c | 1538 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/ |
D | phy-rcar-gen3-usb2.c | 240 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/ |
D | lpfc_sli.h | 282 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 | 2117 .init_count = 40, 2222 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
|
/Linux-v4.19/include/linux/phy/ |
D | phy.h | 93 int init_count; member
|
/Linux-v4.19/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.c | 713 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()
|