Lines Matching full:sink
81 * @sink_subtype: type of sink this component is, as defined
93 /* We have some devices which acts as LINK and SINK */
181 * @activated: 'true' only if a _sink_ has been activated. A sink can be
184 * from source to that sink.
185 * @ea: Device attribute for sink representation under PMU directory.
186 * @def_sink: cached reference to default sink found for this device.
202 /* sink specific fields */
203 bool activated; /* true only if a sink is part of a path */
245 * struct coresight_ops_sink - basic operations for a sink
247 * @enable: enables the sink.
248 * @disable: disables the sink.