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
113 * Configuration descriptor - describes selectable system configuration.
115 * A configuration describes device features in use, and may provide preset
121 * @name: name of the configuration - used for selection.
122 * @description: description of the purpose of the configuration.
124 * @nr_feat_refs: Number of features used in this configuration.
125 * @feat_ref_names: references to features used in this configuration.
126 * @nr_presets: Number of sets of presets supplied by this configuration.
130 * @active_cnt: ref count for activate on this configuration.
208 * Configuration instance when loaded into a CoreSight device.
211 * used by the configuration.
213 * @config_desc:reference to the descriptor for this configuration
214 * @csdev: parent coresight device for this configuration instance.
215 * @enabled: true if configuration is enabled on this device.
218 * configuration.