Searched refs:pss_idle_evts (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c251 u8 pss_idle_evts; member in struct:telemetry_debugfs_conf
285 .pss_idle_evts = ARRAY_SIZE(telem_apl_pss_idle_data),
319 if ((debugfs_conf->pss_idle_evts > TELEM_PSS_IDLE_EVTS) ||
363 pss_idle[conf->pss_idle_evts - 1] =
365 conf->pss_idle_data[conf->pss_idle_evts - 1].bit_pos) &
370 conf->pss_idle_evts - 1,
419 for (index = 0; index < debugfs_conf->pss_idle_evts; index++) {
622 for (idx = 0; idx < conf->pss_idle_evts - 1; idx++) {
632 for (index = 0; index < conf->pss_idle_evts; index++) {

Completed in 104 milliseconds