Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c63 if (!config_desc->nr_presets) in cscfg_cfg_values_show()
140 if ((preset < 1) || (preset > fs_config->config_desc->nr_presets)) in cscfg_cfg_preset_store()
185 if (!config_desc->nr_presets) in cscfg_add_preset_groups()
188 for (preset_num = 1; preset_num <= config_desc->nr_presets; preset_num++) { in cscfg_add_preset_groups()
H A Dcoresight-config.h130 * @nr_presets: Number of sets of presets supplied by this configuration.
145 int nr_presets; member
147 const u64 *presets; /* nr_presets * nr_total_params */
H A Dcoresight-cfg-afdo.c147 .nr_presets = AFDO_NR_PRESETS,
H A Dcoresight-config.c148 /* preset in range 1 to nr_presets */ in cscfg_update_presets()
149 if (preset < 1 || preset > config_desc->nr_presets) in cscfg_update_presets()
/kernel/linux/linux-6.6/samples/coresight/
H A Dcoresight-cfg-sample.c38 .nr_presets = AFDO2_NR_PRESETS,

Completed in 3 milliseconds