Home
last modified time | relevance | path

Searched refs:ioss_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
138 ioss_period); in telemetry_set_sampling_period()
Dintel_telemetry_pltdrv.c284 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local
290 ioss_period = evtconfig.period; in telemetry_setup_iossevtconfig()
400 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig()
411 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
680 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument
686 if (ioss_period) { in telemetry_plt_set_sampling_period()
687 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period()
719 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period()
730 telm_conf->ioss_config.curr_period = ioss_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);