Lines Matching full:configuration
13 /* CoreSight Configuration Management - component and system wide configuration */
28 * system configuration - used by config data and devices.
37 * Limit number of presets in a configuration
117 * Configuration descriptor - describes selectable system configuration.
119 * A configuration describes device features in use, and may provide preset
125 * @name: name of the configuration - used for selection.
126 * @description: description of the purpose of the configuration.
128 * @nr_feat_refs: Number of features used in this configuration.
129 * @feat_ref_names: references to features used in this configuration.
130 * @nr_presets: Number of sets of presets supplied by this configuration.
134 * @active_cnt: ref count for activate on this configuration.
217 * Configuration instance when loaded into a CoreSight device.
220 * used by the configuration.
222 * @config_desc:reference to the descriptor for this configuration
223 * @csdev: parent coresight device for this configuration instance.
224 * @enabled: true if configuration is enabled on this device.
227 * configuration.