Home
last modified time | relevance | path

Searched refs:pss_period (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/platform/x86/
Dintel_telemetry_core.c30 static int telemetry_def_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_def_set_sampling_period() argument
135 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_set_sampling_period() argument
137 return telm_core_conf.telem_ops->set_sampling_period(pss_period, in telemetry_set_sampling_period()
Dintel_telemetry_pltdrv.c420 u8 num_pss_evts, pss_period; in telemetry_setup_pssevtconfig() local
426 pss_period = evtconfig.period; in telemetry_setup_pssevtconfig()
527 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig()
536 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig()
680 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument
733 if (pss_period) { in telemetry_plt_set_sampling_period()
734 if (TELEM_SAMPLE_PERIOD_INVALID(pss_period)) { in telemetry_plt_set_sampling_period()
763 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period()
772 telm_conf->pss_config.curr_period = pss_period; in telemetry_plt_set_sampling_period()
/Linux-v5.4/arch/x86/include/asm/
Dintel_telemetry.h71 int (*set_sampling_period)(u8 pss_period, u8 ioss_period);
130 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period);