Lines Matching defs:cluster
165 * @cluster: Point to start of cluster array.
166 * @ncontrols: Number of controls in cluster array.
176 * @is_auto: If set, then this control selects whether the other cluster
190 * @has_volatiles: If set, then one or more members of the cluster are volatile.
197 * value, then the whole cluster is in manual mode. Drivers should
260 struct v4l2_ctrl **cluster;
324 * from a cluster with multiple controls twice (when the first
325 * control of a cluster is applied, they all are).
802 * v4l2_ctrl_cluster() - Mark all controls in the cluster as belonging
803 * to that cluster.
805 * @ncontrols: The number of controls in this cluster.
806 * @controls: The cluster control array of size @ncontrols.
812 * v4l2_ctrl_auto_cluster() - Mark all controls in the cluster as belonging
813 * to that cluster and set it up for autofoo/foo-type handling.
815 * @ncontrols: The number of controls in this cluster.
816 * @controls: The cluster control array of size @ncontrols. The first control
818 * @manual_val: The value for the first control in the cluster that equals the