Searched refs:ioss_period (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel_telemetry_pltdrv.c | 276 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local 282 ioss_period = evtconfig.period; in telemetry_setup_iossevtconfig() 388 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig() 398 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig() 668 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument 674 if (ioss_period) { in telemetry_plt_set_sampling_period() 677 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period() 708 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period() 718 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
|
H A D | intel_telemetry_core.c | 30 static int telemetry_def_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_def_set_sampling_period() argument 127 * @ioss_period: placeholder for IOSS Period to be set 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()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/telemetry/ |
H A D | pltdrv.c | 276 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local 282 ioss_period = evtconfig.period; in telemetry_setup_iossevtconfig() 388 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig() 398 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig() 668 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument 674 if (ioss_period) { in telemetry_plt_set_sampling_period() 677 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period() 708 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period() 718 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
|
H A D | core.c | 30 static int telemetry_def_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_def_set_sampling_period() argument 127 * @ioss_period: placeholder for IOSS Period to be set 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()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | intel_telemetry.h | 72 int (*set_sampling_period)(u8 pss_period, u8 ioss_period); 131 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | intel_telemetry.h | 72 int (*set_sampling_period)(u8 pss_period, u8 ioss_period); 131 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period);
|
Completed in 5 milliseconds