Lines Matching full:feature
27 * flags defining what device class a feature will match to when processing a
45 * Parameter descriptor for a device feature.
58 * Used as a descriptor in the feature descriptors.
59 * Used as a value in when in a feature loading into a csdev.
89 * Device feature descriptor - combination of registers and parameters to
92 * @name: feature name.
93 * @description: brief description of the feature.
147 * config register instance - part of a loaded feature.
150 * @reg_desc: value to use when setting feature on device / store for
161 * config parameter instance - part of a loaded feature.
163 * @feat_csdev: parent feature
177 * Feature instance loaded into a CoreSight device.
179 * When a feature is loaded into a specific device, then this structure holds
181 * internal data structures that are written when the feature is enabled.
183 * Since applying a feature modifies internal data structures in the device,
187 * @feat_desc: pointer to the static descriptor for this feature.
189 * @node: list entry into feature list for this device.
233 * Registered coresight devices provide these operations to manage feature
236 * @load_feat: Pass a feature descriptor into the device and create the
237 * loaded feature instance (struct cscfg_feature_csdev).
250 /* reset a feature to default values */