Searched refs:num_ioss_evts (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/platform/x86/ |
D | intel_telemetry_core.c | 86 static int telemetry_def_add_events(u8 num_pss_evts, u8 num_ioss_evts, in telemetry_def_add_events() argument 215 int telemetry_add_events(u8 num_pss_evts, u8 num_ioss_evts, in telemetry_add_events() argument 219 num_ioss_evts, pss_evtmap, in telemetry_add_events()
|
D | intel_telemetry_pltdrv.c | 292 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local 297 num_ioss_evts = evtconfig.num_evts; in telemetry_setup_iossevtconfig() 341 for (idx = 0; idx < num_ioss_evts; idx++) { in telemetry_setup_iossevtconfig() 370 for (index = 0; index < num_ioss_evts; index++) { in telemetry_setup_iossevtconfig() 389 idx < num_ioss_evts; index++, idx++) { in telemetry_setup_iossevtconfig() 865 static int telemetry_plt_add_events(u8 num_pss_evts, u8 num_ioss_evts, in telemetry_plt_add_events() argument 876 ioss_evtconfig.num_evts = num_ioss_evts; in telemetry_plt_add_events()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | intel_telemetry.h | 96 int (*add_events)(u8 num_pss_evts, u8 num_ioss_evts, 115 int telemetry_add_events(u8 num_pss_evts, u8 num_ioss_evts,
|