Lines Matching defs:cluster
159 * @cluster: Point to start of cluster array.
160 * @ncontrols: Number of controls in cluster array.
170 * @is_auto: If set, then this control selects whether the other cluster
182 * @has_volatiles: If set, then one or more members of the cluster are volatile.
189 * value, then the whole cluster is in manual mode. Drivers should
244 struct v4l2_ctrl **cluster;
304 * from a cluster with multiple controls twice (when the first
305 * control of a cluster is applied, they all are).
769 * v4l2_ctrl_cluster() - Mark all controls in the cluster as belonging
770 * to that cluster.
772 * @ncontrols: The number of controls in this cluster.
773 * @controls: The cluster control array of size @ncontrols.
779 * v4l2_ctrl_auto_cluster() - Mark all controls in the cluster as belonging
780 * to that cluster and set it up for autofoo/foo-type handling.
782 * @ncontrols: The number of controls in this cluster.
783 * @controls: The cluster control array of size @ncontrols. The first control
785 * @manual_val: The value for the first control in the cluster that equals the