Searched refs:plt_config (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/platform/x86/intel/telemetry/
H A Dcore.c18 struct telemetry_plt_config *plt_config; member in struct:telemetry_core_config
333 telm_core_conf.plt_config = pltconfig;
349 telm_core_conf.plt_config = NULL;
363 return telm_core_conf.plt_config;
373 if (!telm_core_conf.plt_config)
376 psscfg = telm_core_conf.plt_config->pss_config;
393 if (!(telm_core_conf.plt_config))
396 iosscfg = telm_core_conf.plt_config->ioss_config;
H A Ddebugfs.c650 struct telemetry_plt_config *plt_config = telemetry_get_pltdata(); local
654 ret = intel_pmc_s0ix_counter_read(plt_config->pmc, &s0ix_total_res);
841 struct telemetry_plt_config *plt_config = telemetry_get_pltdata(); local
842 struct intel_pmc_dev *pmc = plt_config->pmc;

Completed in 226 milliseconds