Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-sp804.c294 static int init_count = 0; in integrator_cp_of_init() local
315 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init()
318 if (!init_count) { in integrator_cp_of_init()
332 init_count++; in integrator_cp_of_init()
/drivers/phy/
Dphy-core.c231 if (phy->init_count == 0 && phy->ops->init) { in phy_init()
238 ++phy->init_count; in phy_init()
260 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit()
267 --phy->init_count; in phy_exit()
/drivers/gpu/drm/i915/
Dintel_dsi.h100 u16 init_count; member
Dintel_dsi_panel_vbt.c535 intel_dsi->init_count = mipi_config->master_init_timer; in vbt_panel_init()
758 DRM_DEBUG_KMS("Init Count 0x%x\n", intel_dsi->init_count); in vbt_panel_init()
Dintel_dsi.c1254 intel_dsi->init_count); in intel_dsi_prepare()
1261 I915_WRITE(MIPI_INIT_COUNT(port), intel_dsi->init_count); in intel_dsi_prepare()
/drivers/scsi/lpfc/
Dlpfc_sli.h259 uint32_t init_count; /* number to allocate when initialized */ member
Dlpfc_debugfs.c308 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
Dlpfc_sli.c1859 .init_count = 40,
1871 .init_count = 0,
1977 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()