Lines Matching refs:ioss_config

164 	.ioss_config = {
174 .ioss_config = {
193 *unit_config = &(telm_conf->ioss_config); in telem_get_unitconfig()
319 telm_conf->ioss_config.ssram_evts_used = 0; in telemetry_setup_iossevtconfig()
324 telm_conf->ioss_config.telem_evts[idx].evt_id, in telemetry_setup_iossevtconfig()
327 telm_conf->ioss_config.telem_evts[idx].evt_id); in telemetry_setup_iossevtconfig()
330 telm_conf->ioss_config.ssram_evts_used++; in telemetry_setup_iossevtconfig()
347 telm_conf->ioss_config.ssram_evts_used = 0; in telemetry_setup_iossevtconfig()
351 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig()
355 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig()
361 telm_conf->ioss_config.ssram_evts_used++; in telemetry_setup_iossevtconfig()
368 for (index = telm_conf->ioss_config.ssram_evts_used, idx = 0; in telemetry_setup_iossevtconfig()
370 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig()
374 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig()
380 telm_conf->ioss_config.ssram_evts_used++; in telemetry_setup_iossevtconfig()
398 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
599 telm_conf->ioss_config.min_period = TELEM_MIN_PERIOD(read_buf); in telemetry_setup()
600 telm_conf->ioss_config.max_period = TELEM_MAX_PERIOD(read_buf); in telemetry_setup()
718 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
776 *ioss_min_period = telm_conf->ioss_config.min_period; in telemetry_plt_get_sampling_period()
777 *ioss_max_period = telm_conf->ioss_config.max_period; in telemetry_plt_get_sampling_period()
806 struct telemetry_evtconfig *ioss_config, in telemetry_plt_get_eventconfig() argument
813 ioss_evtmap = ioss_config->evtmap; in telemetry_plt_get_eventconfig()
817 ioss_config->num_evts = telm_conf->ioss_config.ssram_evts_used; in telemetry_plt_get_eventconfig()
820 ioss_config->period = telm_conf->ioss_config.curr_period; in telemetry_plt_get_eventconfig()
823 (ioss_len < telm_conf->ioss_config.ssram_evts_used)) { in telemetry_plt_get_eventconfig()
834 for (index = 0; index < telm_conf->ioss_config.ssram_evts_used; in telemetry_plt_get_eventconfig()
837 telm_conf->ioss_config.telem_evts[index].evt_id; in telemetry_plt_get_eventconfig()
857 ioss_evtconfig.period = telm_conf->ioss_config.curr_period; in telemetry_plt_add_events()
929 evtmap = telm_conf->ioss_config.telem_evts; in telemetry_plt_raw_read_eventlog()
1130 telm_conf->ioss_config.regmap = mem; in telemetry_pltdrv_probe()