Home
last modified time | relevance | path

Searched refs:ioss_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
146 ioss_period); in telemetry_set_sampling_period()
Dintel_telemetry_pltdrv.c292 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local
298 ioss_period = evtconfig.period; in telemetry_setup_iossevtconfig()
408 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig()
419 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
688 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument
694 if (ioss_period) { in telemetry_plt_set_sampling_period()
695 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period()
727 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period()
738 telm_conf->ioss_config.curr_period = ioss_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);