Searched refs:telm_core_conf (Results 1 – 1 of 1) sorted by relevance
22 static struct telemetry_core_config telm_core_conf; variable153 telm_core_conf.telem_ops = ops; in telemetry_set_pltdata()156 telm_core_conf.plt_config = pltconfig; in telemetry_set_pltdata()171 telm_core_conf.telem_ops = &telm_defpltops; in telemetry_clear_pltdata()172 telm_core_conf.plt_config = NULL; in telemetry_clear_pltdata()186 return telm_core_conf.plt_config; in telemetry_get_pltdata()196 if (!telm_core_conf.plt_config) in telemetry_get_pssevtname()199 psscfg = telm_core_conf.plt_config->pss_config; in telemetry_get_pssevtname()216 if (!(telm_core_conf.plt_config)) in telemetry_get_iossevtname()219 iosscfg = telm_core_conf.plt_config->ioss_config; in telemetry_get_iossevtname()[all …]
Completed in 7 milliseconds