Searched refs:init_count (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/i915/
H A Dintel_dsi.h118 u16 init_count; member in struct:intel_dsi
H A Dintel_dsi_panel_vbt.c295 intel_dsi->init_count = mipi_config->master_init_timer;
500 DRM_DEBUG_KMS("Init Count 0x%x\n", intel_dsi->init_count);
H A Dintel_dsi.c577 I915_WRITE(MIPI_INIT_COUNT(pipe), intel_dsi->init_count);
/drivers/phy/
H A Dphy-core.c182 if (phy->init_count == 0 && phy->ops->init) {
191 ++phy->init_count;
212 if (phy->init_count == 1 && phy->ops->exit) {
219 --phy->init_count;
/drivers/scsi/lpfc/
H A Dlpfc_sli.h257 uint32_t init_count; /* number to allocate when initialized */ member in struct:lpfc_hbq_init
H A Dlpfc_debugfs.c308 hip->buffer_count, hip->init_count, hip->add_count, posted);
H A Dlpfc_sli.c1828 .init_count = 40,
1840 .init_count = 0,
1946 lpfc_hbq_defs[qno]->init_count);

Completed in 324 milliseconds