Searched refs:pss_period (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel_telemetry_pltdrv.c | 407 u8 num_pss_evts, pss_period; in telemetry_setup_pssevtconfig() local 413 pss_period = evtconfig.period; in telemetry_setup_pssevtconfig() 514 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig() 523 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig() 668 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument 721 if (pss_period) { in telemetry_plt_set_sampling_period() 722 if (TELEM_SAMPLE_PERIOD_INVALID(pss_period)) { in telemetry_plt_set_sampling_period() 751 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period() 760 telm_conf->pss_config.curr_period = pss_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 125 * @pss_period: placeholder for PSS Period to be set. 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()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/telemetry/ |
H A D | pltdrv.c | 407 u8 num_pss_evts, pss_period; in telemetry_setup_pssevtconfig() local 413 pss_period = evtconfig.period; in telemetry_setup_pssevtconfig() 514 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig() 523 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig() 668 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument 721 if (pss_period) { in telemetry_plt_set_sampling_period() 722 if (TELEM_SAMPLE_PERIOD_INVALID(pss_period)) { in telemetry_plt_set_sampling_period() 751 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period() 760 telm_conf->pss_config.curr_period = pss_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 125 * @pss_period: placeholder for PSS Period to be set. 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()
|
/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