Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_telemetry_core.c38 static int telemetry_def_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_def_set_sampling_period() argument
143 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_set_sampling_period() argument
145 return telm_core_conf.telem_ops->set_sampling_period(pss_period, in telemetry_set_sampling_period()
Dintel_telemetry_pltdrv.c428 u8 num_pss_evts, pss_period; in telemetry_setup_pssevtconfig() local
434 pss_period = evtconfig.period; in telemetry_setup_pssevtconfig()
535 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig()
544 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig()
688 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument
741 if (pss_period) { in telemetry_plt_set_sampling_period()
742 if (TELEM_SAMPLE_PERIOD_INVALID(pss_period)) { in telemetry_plt_set_sampling_period()
771 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period()
780 telm_conf->pss_config.curr_period = pss_period; in telemetry_plt_set_sampling_period()
/Linux-v4.19/arch/x86/include/asm/
Dintel_telemetry.h80 int (*set_sampling_period)(u8 pss_period, u8 ioss_period);
139 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period);