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.
156 * config register instance - part of a loaded feature.
159 * @reg_desc: value to use when setting feature on device / store for
170 * config parameter instance - part of a loaded feature.
172 * @feat_csdev: parent feature
186 * Feature instance loaded into a CoreSight device.
188 * When a feature is loaded into a specific device, then this structure holds
190 * internal data structures that are written when the feature is enabled.
192 * Since applying a feature modifies internal data structures in the device,
196 * @feat_desc: pointer to the static descriptor for this feature.
198 * @node: list entry into feature list for this device.
242 * Registered coresight devices provide these operations to manage feature
245 * @load_feat: Pass a feature descriptor into the device and create the
246 * loaded feature instance (struct cscfg_feature_csdev).
259 /* reset a feature to default values */