~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/media/v4l2-ctrls.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/media/v4l2-ctrls.h (Version linux-6.12-rc7) and /include/media/v4l2-ctrls.h (Version linux-6.1.116)


  1 /* SPDX-License-Identifier: GPL-2.0-or-later *      1 /* SPDX-License-Identifier: GPL-2.0-or-later */
  2 /*                                                  2 /*
  3  *  V4L2 controls support header.                   3  *  V4L2 controls support header.
  4  *                                                  4  *
  5  *  Copyright (C) 2010  Hans Verkuil <hverkuil      5  *  Copyright (C) 2010  Hans Verkuil <hverkuil@xs4all.nl>
  6  */                                                 6  */
  7                                                     7 
  8 #ifndef _V4L2_CTRLS_H                               8 #ifndef _V4L2_CTRLS_H
  9 #define _V4L2_CTRLS_H                               9 #define _V4L2_CTRLS_H
 10                                                    10 
 11 #include <linux/list.h>                            11 #include <linux/list.h>
 12 #include <linux/mutex.h>                           12 #include <linux/mutex.h>
 13 #include <linux/videodev2.h>                       13 #include <linux/videodev2.h>
 14 #include <media/media-request.h>                   14 #include <media/media-request.h>
 15                                                    15 
 16 /* forward references */                           16 /* forward references */
 17 struct file;                                       17 struct file;
 18 struct poll_table_struct;                          18 struct poll_table_struct;
 19 struct v4l2_ctrl;                                  19 struct v4l2_ctrl;
 20 struct v4l2_ctrl_handler;                          20 struct v4l2_ctrl_handler;
 21 struct v4l2_ctrl_helper;                           21 struct v4l2_ctrl_helper;
 22 struct v4l2_fh;                                    22 struct v4l2_fh;
 23 struct v4l2_fwnode_device_properties;              23 struct v4l2_fwnode_device_properties;
 24 struct v4l2_subdev;                                24 struct v4l2_subdev;
 25 struct v4l2_subscribed_event;                      25 struct v4l2_subscribed_event;
 26 struct video_device;                               26 struct video_device;
 27                                                    27 
 28 /**                                                28 /**
 29  * union v4l2_ctrl_ptr - A pointer to a contro     29  * union v4l2_ctrl_ptr - A pointer to a control value.
 30  * @p_s32:                      Pointer to a 3     30  * @p_s32:                      Pointer to a 32-bit signed value.
 31  * @p_s64:                      Pointer to a 6     31  * @p_s64:                      Pointer to a 64-bit signed value.
 32  * @p_u8:                       Pointer to a 8     32  * @p_u8:                       Pointer to a 8-bit unsigned value.
 33  * @p_u16:                      Pointer to a 1     33  * @p_u16:                      Pointer to a 16-bit unsigned value.
 34  * @p_u32:                      Pointer to a 3     34  * @p_u32:                      Pointer to a 32-bit unsigned value.
 35  * @p_char:                     Pointer to a s     35  * @p_char:                     Pointer to a string.
 36  * @p_mpeg2_sequence:           Pointer to a M     36  * @p_mpeg2_sequence:           Pointer to a MPEG2 sequence structure.
 37  * @p_mpeg2_picture:            Pointer to a M     37  * @p_mpeg2_picture:            Pointer to a MPEG2 picture structure.
 38  * @p_mpeg2_quantisation:       Pointer to a M     38  * @p_mpeg2_quantisation:       Pointer to a MPEG2 quantisation data structure.
 39  * @p_fwht_params:              Pointer to a F     39  * @p_fwht_params:              Pointer to a FWHT stateless parameters structure.
 40  * @p_h264_sps:                 Pointer to a s     40  * @p_h264_sps:                 Pointer to a struct v4l2_ctrl_h264_sps.
 41  * @p_h264_pps:                 Pointer to a s     41  * @p_h264_pps:                 Pointer to a struct v4l2_ctrl_h264_pps.
 42  * @p_h264_scaling_matrix:      Pointer to a s     42  * @p_h264_scaling_matrix:      Pointer to a struct v4l2_ctrl_h264_scaling_matrix.
 43  * @p_h264_slice_params:        Pointer to a s     43  * @p_h264_slice_params:        Pointer to a struct v4l2_ctrl_h264_slice_params.
 44  * @p_h264_decode_params:       Pointer to a s     44  * @p_h264_decode_params:       Pointer to a struct v4l2_ctrl_h264_decode_params.
 45  * @p_h264_pred_weights:        Pointer to a s     45  * @p_h264_pred_weights:        Pointer to a struct v4l2_ctrl_h264_pred_weights.
 46  * @p_vp8_frame:                Pointer to a V     46  * @p_vp8_frame:                Pointer to a VP8 frame params structure.
 47  * @p_vp9_compressed_hdr_probs: Pointer to a V     47  * @p_vp9_compressed_hdr_probs: Pointer to a VP9 frame compressed header probs structure.
 48  * @p_vp9_frame:                Pointer to a V     48  * @p_vp9_frame:                Pointer to a VP9 frame params structure.
 49  * @p_hevc_sps:                 Pointer to an      49  * @p_hevc_sps:                 Pointer to an HEVC sequence parameter set structure.
 50  * @p_hevc_pps:                 Pointer to an      50  * @p_hevc_pps:                 Pointer to an HEVC picture parameter set structure.
 51  * @p_hevc_slice_params:        Pointer to an      51  * @p_hevc_slice_params:        Pointer to an HEVC slice parameters structure.
 52  * @p_hdr10_cll:                Pointer to an      52  * @p_hdr10_cll:                Pointer to an HDR10 Content Light Level structure.
 53  * @p_hdr10_mastering:          Pointer to an      53  * @p_hdr10_mastering:          Pointer to an HDR10 Mastering Display structure.
 54  * @p_area:                     Pointer to an      54  * @p_area:                     Pointer to an area.
 55  * @p_av1_sequence:             Pointer to an  << 
 56  * @p_av1_tile_group_entry:     Pointer to an  << 
 57  * @p_av1_frame:                Pointer to an  << 
 58  * @p_av1_film_grain:           Pointer to an  << 
 59  * @p:                          Pointer to a c     55  * @p:                          Pointer to a compound value.
 60  * @p_const:                    Pointer to a c     56  * @p_const:                    Pointer to a constant compound value.
 61  */                                                57  */
 62 union v4l2_ctrl_ptr {                              58 union v4l2_ctrl_ptr {
 63         s32 *p_s32;                                59         s32 *p_s32;
 64         s64 *p_s64;                                60         s64 *p_s64;
 65         u8 *p_u8;                                  61         u8 *p_u8;
 66         u16 *p_u16;                                62         u16 *p_u16;
 67         u32 *p_u32;                                63         u32 *p_u32;
 68         char *p_char;                              64         char *p_char;
 69         struct v4l2_ctrl_mpeg2_sequence *p_mpe     65         struct v4l2_ctrl_mpeg2_sequence *p_mpeg2_sequence;
 70         struct v4l2_ctrl_mpeg2_picture *p_mpeg     66         struct v4l2_ctrl_mpeg2_picture *p_mpeg2_picture;
 71         struct v4l2_ctrl_mpeg2_quantisation *p     67         struct v4l2_ctrl_mpeg2_quantisation *p_mpeg2_quantisation;
 72         struct v4l2_ctrl_fwht_params *p_fwht_p     68         struct v4l2_ctrl_fwht_params *p_fwht_params;
 73         struct v4l2_ctrl_h264_sps *p_h264_sps;     69         struct v4l2_ctrl_h264_sps *p_h264_sps;
 74         struct v4l2_ctrl_h264_pps *p_h264_pps;     70         struct v4l2_ctrl_h264_pps *p_h264_pps;
 75         struct v4l2_ctrl_h264_scaling_matrix *     71         struct v4l2_ctrl_h264_scaling_matrix *p_h264_scaling_matrix;
 76         struct v4l2_ctrl_h264_slice_params *p_     72         struct v4l2_ctrl_h264_slice_params *p_h264_slice_params;
 77         struct v4l2_ctrl_h264_decode_params *p     73         struct v4l2_ctrl_h264_decode_params *p_h264_decode_params;
 78         struct v4l2_ctrl_h264_pred_weights *p_     74         struct v4l2_ctrl_h264_pred_weights *p_h264_pred_weights;
 79         struct v4l2_ctrl_vp8_frame *p_vp8_fram     75         struct v4l2_ctrl_vp8_frame *p_vp8_frame;
 80         struct v4l2_ctrl_hevc_sps *p_hevc_sps;     76         struct v4l2_ctrl_hevc_sps *p_hevc_sps;
 81         struct v4l2_ctrl_hevc_pps *p_hevc_pps;     77         struct v4l2_ctrl_hevc_pps *p_hevc_pps;
 82         struct v4l2_ctrl_hevc_slice_params *p_     78         struct v4l2_ctrl_hevc_slice_params *p_hevc_slice_params;
 83         struct v4l2_ctrl_vp9_compressed_hdr *p     79         struct v4l2_ctrl_vp9_compressed_hdr *p_vp9_compressed_hdr_probs;
 84         struct v4l2_ctrl_vp9_frame *p_vp9_fram     80         struct v4l2_ctrl_vp9_frame *p_vp9_frame;
 85         struct v4l2_ctrl_hdr10_cll_info *p_hdr     81         struct v4l2_ctrl_hdr10_cll_info *p_hdr10_cll;
 86         struct v4l2_ctrl_hdr10_mastering_displ     82         struct v4l2_ctrl_hdr10_mastering_display *p_hdr10_mastering;
 87         struct v4l2_area *p_area;                  83         struct v4l2_area *p_area;
 88         struct v4l2_ctrl_av1_sequence *p_av1_s << 
 89         struct v4l2_ctrl_av1_tile_group_entry  << 
 90         struct v4l2_ctrl_av1_frame *p_av1_fram << 
 91         struct v4l2_ctrl_av1_film_grain *p_av1 << 
 92         void *p;                                   84         void *p;
 93         const void *p_const;                       85         const void *p_const;
 94 };                                                 86 };
 95                                                    87 
 96 /**                                                88 /**
 97  * v4l2_ctrl_ptr_create() - Helper function to     89  * v4l2_ctrl_ptr_create() - Helper function to return a v4l2_ctrl_ptr from a
 98  * void pointer                                    90  * void pointer
 99  * @ptr:        The void pointer                   91  * @ptr:        The void pointer
100  */                                                92  */
101 static inline union v4l2_ctrl_ptr v4l2_ctrl_pt     93 static inline union v4l2_ctrl_ptr v4l2_ctrl_ptr_create(void *ptr)
102 {                                                  94 {
103         union v4l2_ctrl_ptr p = { .p = ptr };      95         union v4l2_ctrl_ptr p = { .p = ptr };
104                                                    96 
105         return p;                                  97         return p;
106 }                                                  98 }
107                                                    99 
108 /**                                               100 /**
109  * struct v4l2_ctrl_ops - The control operatio    101  * struct v4l2_ctrl_ops - The control operations that the driver has to provide.
110  *                                                102  *
111  * @g_volatile_ctrl: Get a new value for this     103  * @g_volatile_ctrl: Get a new value for this control. Generally only relevant
112  *              for volatile (and usually read    104  *              for volatile (and usually read-only) controls such as a control
113  *              that returns the current signa    105  *              that returns the current signal strength which changes
114  *              continuously.                     106  *              continuously.
115  *              If not set, then the currently    107  *              If not set, then the currently cached value will be returned.
116  * @try_ctrl:   Test whether the control's val    108  * @try_ctrl:   Test whether the control's value is valid. Only relevant when
117  *              the usual min/max/step checks     109  *              the usual min/max/step checks are not sufficient.
118  * @s_ctrl:     Actually set the new control v    110  * @s_ctrl:     Actually set the new control value. s_ctrl is compulsory. The
119  *              ctrl->handler->lock is held wh    111  *              ctrl->handler->lock is held when these ops are called, so no
120  *              one else can access controls o    112  *              one else can access controls owned by that handler.
121  */                                               113  */
122 struct v4l2_ctrl_ops {                            114 struct v4l2_ctrl_ops {
123         int (*g_volatile_ctrl)(struct v4l2_ctr    115         int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl);
124         int (*try_ctrl)(struct v4l2_ctrl *ctrl    116         int (*try_ctrl)(struct v4l2_ctrl *ctrl);
125         int (*s_ctrl)(struct v4l2_ctrl *ctrl);    117         int (*s_ctrl)(struct v4l2_ctrl *ctrl);
126 };                                                118 };
127                                                   119 
128 /**                                               120 /**
129  * struct v4l2_ctrl_type_ops - The control typ    121  * struct v4l2_ctrl_type_ops - The control type operations that the driver
130  *                             has to provide.    122  *                             has to provide.
131  *                                                123  *
132  * @equal: return true if all ctrl->elems arra    124  * @equal: return true if all ctrl->elems array elements are equal.
133  * @init: initialize the value for array eleme    125  * @init: initialize the value for array elements from from_idx to ctrl->elems.
134  * @log: log the value.                           126  * @log: log the value.
135  * @validate: validate the value for ctrl->new    127  * @validate: validate the value for ctrl->new_elems array elements.
136  *      Return 0 on success and a negative val    128  *      Return 0 on success and a negative value otherwise.
137  */                                               129  */
138 struct v4l2_ctrl_type_ops {                       130 struct v4l2_ctrl_type_ops {
139         bool (*equal)(const struct v4l2_ctrl *    131         bool (*equal)(const struct v4l2_ctrl *ctrl,
140                       union v4l2_ctrl_ptr ptr1    132                       union v4l2_ctrl_ptr ptr1, union v4l2_ctrl_ptr ptr2);
141         void (*init)(const struct v4l2_ctrl *c    133         void (*init)(const struct v4l2_ctrl *ctrl, u32 from_idx,
142                      union v4l2_ctrl_ptr ptr);    134                      union v4l2_ctrl_ptr ptr);
143         void (*log)(const struct v4l2_ctrl *ct    135         void (*log)(const struct v4l2_ctrl *ctrl);
144         int (*validate)(const struct v4l2_ctrl    136         int (*validate)(const struct v4l2_ctrl *ctrl, union v4l2_ctrl_ptr ptr);
145 };                                                137 };
146                                                   138 
147 /**                                               139 /**
148  * typedef v4l2_ctrl_notify_fnc - typedef for     140  * typedef v4l2_ctrl_notify_fnc - typedef for a notify argument with a function
149  *      that should be called when a control v    141  *      that should be called when a control value has changed.
150  *                                                142  *
151  * @ctrl: pointer to struct &v4l2_ctrl            143  * @ctrl: pointer to struct &v4l2_ctrl
152  * @priv: control private data                    144  * @priv: control private data
153  *                                                145  *
154  * This typedef definition is used as an argum    146  * This typedef definition is used as an argument to v4l2_ctrl_notify()
155  * and as an argument at struct &v4l2_ctrl_han    147  * and as an argument at struct &v4l2_ctrl_handler.
156  */                                               148  */
157 typedef void (*v4l2_ctrl_notify_fnc)(struct v4    149 typedef void (*v4l2_ctrl_notify_fnc)(struct v4l2_ctrl *ctrl, void *priv);
158                                                   150 
159 /**                                               151 /**
160  * struct v4l2_ctrl - The control structure.      152  * struct v4l2_ctrl - The control structure.
161  *                                                153  *
162  * @node:       The list node.                    154  * @node:       The list node.
163  * @ev_subs:    The list of control event subs    155  * @ev_subs:    The list of control event subscriptions.
164  * @handler:    The handler that owns the cont    156  * @handler:    The handler that owns the control.
165  * @cluster:    Point to start of cluster arra    157  * @cluster:    Point to start of cluster array.
166  * @ncontrols:  Number of controls in cluster     158  * @ncontrols:  Number of controls in cluster array.
167  * @done:       Internal flag: set for each pr    159  * @done:       Internal flag: set for each processed control.
168  * @is_new:     Set when the user specified a     160  * @is_new:     Set when the user specified a new value for this control. It
169  *              is also set when called from v    161  *              is also set when called from v4l2_ctrl_handler_setup(). Drivers
170  *              should never set this flag.       162  *              should never set this flag.
171  * @has_changed: Set when the current value di    163  * @has_changed: Set when the current value differs from the new value. Drivers
172  *              should never use this flag.       164  *              should never use this flag.
173  * @is_private: If set, then this control is p    165  * @is_private: If set, then this control is private to its handler and it
174  *              will not be added to any other    166  *              will not be added to any other handlers. Drivers can set
175  *              this flag.                        167  *              this flag.
176  * @is_auto:   If set, then this control selec    168  * @is_auto:   If set, then this control selects whether the other cluster
177  *              members are in 'automatic' mod    169  *              members are in 'automatic' mode or 'manual' mode. This is
178  *              used for autogain/gain type cl    170  *              used for autogain/gain type clusters. Drivers should never
179  *              set this flag directly.           171  *              set this flag directly.
180  * @is_int:    If set, then this control has a    172  * @is_int:    If set, then this control has a simple integer value (i.e. it
181  *              uses ctrl->val).                  173  *              uses ctrl->val).
182  * @is_string: If set, then this control has t    174  * @is_string: If set, then this control has type %V4L2_CTRL_TYPE_STRING.
183  * @is_ptr:     If set, then this control is a    175  * @is_ptr:     If set, then this control is an array and/or has type >=
184  *              %V4L2_CTRL_COMPOUND_TYPES         176  *              %V4L2_CTRL_COMPOUND_TYPES
185  *              and/or has type %V4L2_CTRL_TYP    177  *              and/or has type %V4L2_CTRL_TYPE_STRING. In other words, &struct
186  *              v4l2_ext_control uses field p     178  *              v4l2_ext_control uses field p to point to the data.
187  * @is_array: If set, then this control contai    179  * @is_array: If set, then this control contains an N-dimensional array.
188  * @is_dyn_array: If set, then this control co    180  * @is_dyn_array: If set, then this control contains a dynamically sized 1-dimensional array.
189  *              If this is set, then @is_array    181  *              If this is set, then @is_array is also set.
190  * @has_volatiles: If set, then one or more me    182  * @has_volatiles: If set, then one or more members of the cluster are volatile.
191  *              Drivers should never touch thi    183  *              Drivers should never touch this flag.
192  * @call_notify: If set, then call the handler    184  * @call_notify: If set, then call the handler's notify function whenever the
193  *              control's value changes.          185  *              control's value changes.
194  * @manual_mode_value: If the is_auto flag is     186  * @manual_mode_value: If the is_auto flag is set, then this is the value
195  *              of the auto control that deter    187  *              of the auto control that determines if that control is in
196  *              manual mode. So if the value o    188  *              manual mode. So if the value of the auto control equals this
197  *              value, then the whole cluster     189  *              value, then the whole cluster is in manual mode. Drivers should
198  *              never set this flag directly.     190  *              never set this flag directly.
199  * @ops:        The control ops.                  191  * @ops:        The control ops.
200  * @type_ops:   The control type ops.             192  * @type_ops:   The control type ops.
201  * @id: The control ID.                           193  * @id: The control ID.
202  * @name:       The control name.                 194  * @name:       The control name.
203  * @type:       The control type.                 195  * @type:       The control type.
204  * @minimum:    The control's minimum value.      196  * @minimum:    The control's minimum value.
205  * @maximum:    The control's maximum value.      197  * @maximum:    The control's maximum value.
206  * @default_value: The control's default value    198  * @default_value: The control's default value.
207  * @step:       The control's step value for n    199  * @step:       The control's step value for non-menu controls.
208  * @elems:      The number of elements in the     200  * @elems:      The number of elements in the N-dimensional array.
209  * @elem_size:  The size in bytes of the contr    201  * @elem_size:  The size in bytes of the control.
210  * @new_elems:  The number of elements in p_ne    202  * @new_elems:  The number of elements in p_new. This is the same as @elems,
211  *              except for dynamic arrays. In     203  *              except for dynamic arrays. In that case it is in the range of
212  *              1 to @p_array_alloc_elems.        204  *              1 to @p_array_alloc_elems.
213  * @dims:       The size of each dimension.       205  * @dims:       The size of each dimension.
214  * @nr_of_dims:The number of dimensions in @di    206  * @nr_of_dims:The number of dimensions in @dims.
215  * @menu_skip_mask: The control's skip mask fo    207  * @menu_skip_mask: The control's skip mask for menu controls. This makes it
216  *              easy to skip menu items that a    208  *              easy to skip menu items that are not valid. If bit X is set,
217  *              then menu item X is skipped. O    209  *              then menu item X is skipped. Of course, this only works for
218  *              menus with <= 32 menu items. T    210  *              menus with <= 32 menu items. There are no menus that come
219  *              close to that number, so this     211  *              close to that number, so this is OK. Should we ever need more,
220  *              then this will have to be exte    212  *              then this will have to be extended to a u64 or a bit array.
221  * @qmenu:      A const char * array for all m    213  * @qmenu:      A const char * array for all menu items. Array entries that are
222  *              empty strings ("") correspond     214  *              empty strings ("") correspond to non-existing menu items (this
223  *              is in addition to the menu_ski    215  *              is in addition to the menu_skip_mask above). The last entry
224  *              must be NULL.                     216  *              must be NULL.
225  *              Used only if the @type is %V4L    217  *              Used only if the @type is %V4L2_CTRL_TYPE_MENU.
226  * @qmenu_int:  A 64-bit integer array for wit    218  * @qmenu_int:  A 64-bit integer array for with integer menu items.
227  *              The size of array must be equa    219  *              The size of array must be equal to the menu size, e. g.:
228  *              :math:`ceil(\frac{maximum - mi    220  *              :math:`ceil(\frac{maximum - minimum}{step}) + 1`.
229  *              Used only if the @type is %V4L    221  *              Used only if the @type is %V4L2_CTRL_TYPE_INTEGER_MENU.
230  * @flags:      The control's flags.              222  * @flags:      The control's flags.
231  * @priv:       The control's private pointer.    223  * @priv:       The control's private pointer. For use by the driver. It is
232  *              untouched by the control frame    224  *              untouched by the control framework. Note that this pointer is
233  *              not freed when the control is     225  *              not freed when the control is deleted. Should this be needed
234  *              then a new internal bitfield c    226  *              then a new internal bitfield can be added to tell the framework
235  *              to free this pointer.             227  *              to free this pointer.
236  * @p_array:    Pointer to the allocated array    228  * @p_array:    Pointer to the allocated array. Only valid if @is_array is true.
237  * @p_array_alloc_elems: The number of element    229  * @p_array_alloc_elems: The number of elements in the allocated
238  *              array for both the cur and new    230  *              array for both the cur and new values. So @p_array is actually
239  *              sized for 2 * @p_array_alloc_e    231  *              sized for 2 * @p_array_alloc_elems * @elem_size. Only valid if
240  *              @is_array is true.                232  *              @is_array is true.
241  * @cur:        Structure to store the current    233  * @cur:        Structure to store the current value.
242  * @cur.val:    The control's current value, i    234  * @cur.val:    The control's current value, if the @type is represented via
243  *              a u32 integer (see &enum v4l2_    235  *              a u32 integer (see &enum v4l2_ctrl_type).
244  * @val:        The control's new s32 value.      236  * @val:        The control's new s32 value.
245  * @p_def:      The control's default value re    237  * @p_def:      The control's default value represented via a union which
246  *              provides a standard way of acc    238  *              provides a standard way of accessing control types
247  *              through a pointer (for compoun    239  *              through a pointer (for compound controls only).
248  * @p_cur:      The control's current value re    240  * @p_cur:      The control's current value represented via a union which
249  *              provides a standard way of acc    241  *              provides a standard way of accessing control types
250  *              through a pointer.                242  *              through a pointer.
251  * @p_new:      The control's new value repres    243  * @p_new:      The control's new value represented via a union which provides
252  *              a standard way of accessing co    244  *              a standard way of accessing control types
253  *              through a pointer.                245  *              through a pointer.
254  */                                               246  */
255 struct v4l2_ctrl {                                247 struct v4l2_ctrl {
256         /* Administrative fields */               248         /* Administrative fields */
257         struct list_head node;                    249         struct list_head node;
258         struct list_head ev_subs;                 250         struct list_head ev_subs;
259         struct v4l2_ctrl_handler *handler;        251         struct v4l2_ctrl_handler *handler;
260         struct v4l2_ctrl **cluster;               252         struct v4l2_ctrl **cluster;
261         unsigned int ncontrols;                   253         unsigned int ncontrols;
262                                                   254 
263         unsigned int done:1;                      255         unsigned int done:1;
264                                                   256 
265         unsigned int is_new:1;                    257         unsigned int is_new:1;
266         unsigned int has_changed:1;               258         unsigned int has_changed:1;
267         unsigned int is_private:1;                259         unsigned int is_private:1;
268         unsigned int is_auto:1;                   260         unsigned int is_auto:1;
269         unsigned int is_int:1;                    261         unsigned int is_int:1;
270         unsigned int is_string:1;                 262         unsigned int is_string:1;
271         unsigned int is_ptr:1;                    263         unsigned int is_ptr:1;
272         unsigned int is_array:1;                  264         unsigned int is_array:1;
273         unsigned int is_dyn_array:1;              265         unsigned int is_dyn_array:1;
274         unsigned int has_volatiles:1;             266         unsigned int has_volatiles:1;
275         unsigned int call_notify:1;               267         unsigned int call_notify:1;
276         unsigned int manual_mode_value:8;         268         unsigned int manual_mode_value:8;
277                                                   269 
278         const struct v4l2_ctrl_ops *ops;          270         const struct v4l2_ctrl_ops *ops;
279         const struct v4l2_ctrl_type_ops *type_    271         const struct v4l2_ctrl_type_ops *type_ops;
280         u32 id;                                   272         u32 id;
281         const char *name;                         273         const char *name;
282         enum v4l2_ctrl_type type;                 274         enum v4l2_ctrl_type type;
283         s64 minimum, maximum, default_value;      275         s64 minimum, maximum, default_value;
284         u32 elems;                                276         u32 elems;
285         u32 elem_size;                            277         u32 elem_size;
286         u32 new_elems;                            278         u32 new_elems;
287         u32 dims[V4L2_CTRL_MAX_DIMS];             279         u32 dims[V4L2_CTRL_MAX_DIMS];
288         u32 nr_of_dims;                           280         u32 nr_of_dims;
289         union {                                   281         union {
290                 u64 step;                         282                 u64 step;
291                 u64 menu_skip_mask;               283                 u64 menu_skip_mask;
292         };                                        284         };
293         union {                                   285         union {
294                 const char * const *qmenu;        286                 const char * const *qmenu;
295                 const s64 *qmenu_int;             287                 const s64 *qmenu_int;
296         };                                        288         };
297         unsigned long flags;                      289         unsigned long flags;
298         void *priv;                               290         void *priv;
299         void *p_array;                            291         void *p_array;
300         u32 p_array_alloc_elems;                  292         u32 p_array_alloc_elems;
301         s32 val;                                  293         s32 val;
302         struct {                                  294         struct {
303                 s32 val;                          295                 s32 val;
304         } cur;                                    296         } cur;
305                                                   297 
306         union v4l2_ctrl_ptr p_def;                298         union v4l2_ctrl_ptr p_def;
307         union v4l2_ctrl_ptr p_new;                299         union v4l2_ctrl_ptr p_new;
308         union v4l2_ctrl_ptr p_cur;                300         union v4l2_ctrl_ptr p_cur;
309 };                                                301 };
310                                                   302 
311 /**                                               303 /**
312  * struct v4l2_ctrl_ref - The control referenc    304  * struct v4l2_ctrl_ref - The control reference.
313  *                                                305  *
314  * @node:       List node for the sorted list.    306  * @node:       List node for the sorted list.
315  * @next:       Single-link list node for the     307  * @next:       Single-link list node for the hash.
316  * @ctrl:       The actual control information    308  * @ctrl:       The actual control information.
317  * @helper:     Pointer to helper struct. Used    309  * @helper:     Pointer to helper struct. Used internally in
318  *              ``prepare_ext_ctrls`` function    310  *              ``prepare_ext_ctrls`` function at ``v4l2-ctrl.c``.
319  * @from_other_dev: If true, then @ctrl was de    311  * @from_other_dev: If true, then @ctrl was defined in another
320  *              device than the &struct v4l2_c    312  *              device than the &struct v4l2_ctrl_handler.
321  * @req_done:   Internal flag: if the control     313  * @req_done:   Internal flag: if the control handler containing this control
322  *              reference is bound to a media     314  *              reference is bound to a media request, then this is set when
323  *              the control has been applied.     315  *              the control has been applied. This prevents applying controls
324  *              from a cluster with multiple c    316  *              from a cluster with multiple controls twice (when the first
325  *              control of a cluster is applie    317  *              control of a cluster is applied, they all are).
326  * @p_req_valid: If set, then p_req contains t    318  * @p_req_valid: If set, then p_req contains the control value for the request.
327  * @p_req_array_enomem: If set, then p_req is     319  * @p_req_array_enomem: If set, then p_req is invalid since allocating space for
328  *              an array failed. Attempting to    320  *              an array failed. Attempting to read this value shall
329  *              result in ENOMEM. Only valid i    321  *              result in ENOMEM. Only valid if ctrl->is_array is true.
330  * @p_req_array_alloc_elems: The number of ele    322  * @p_req_array_alloc_elems: The number of elements allocated for the
331  *              array. Only valid if @p_req_va    323  *              array. Only valid if @p_req_valid and ctrl->is_array are
332  *              true.                             324  *              true.
333  * @p_req_elems: The number of elements in @p_    325  * @p_req_elems: The number of elements in @p_req. This is the same as
334  *              ctrl->elems, except for dynami    326  *              ctrl->elems, except for dynamic arrays. In that case it is in
335  *              the range of 1 to @p_req_array    327  *              the range of 1 to @p_req_array_alloc_elems. Only valid if
336  *              @p_req_valid is true.             328  *              @p_req_valid is true.
337  * @p_req:      If the control handler contain    329  * @p_req:      If the control handler containing this control reference
338  *              is bound to a media request, t    330  *              is bound to a media request, then this points to the
339  *              value of the control that must    331  *              value of the control that must be applied when the request
340  *              is executed, or to the value o    332  *              is executed, or to the value of the control at the time
341  *              that the request was completed    333  *              that the request was completed. If @p_req_valid is false,
342  *              then this control was never se    334  *              then this control was never set for this request and the
343  *              control will not be updated wh    335  *              control will not be updated when this request is applied.
344  *                                                336  *
345  * Each control handler has a list of these re    337  * Each control handler has a list of these refs. The list_head is used to
346  * keep a sorted-by-control-ID list of all con    338  * keep a sorted-by-control-ID list of all controls, while the next pointer
347  * is used to link the control in the hash's b    339  * is used to link the control in the hash's bucket.
348  */                                               340  */
349 struct v4l2_ctrl_ref {                            341 struct v4l2_ctrl_ref {
350         struct list_head node;                    342         struct list_head node;
351         struct v4l2_ctrl_ref *next;               343         struct v4l2_ctrl_ref *next;
352         struct v4l2_ctrl *ctrl;                   344         struct v4l2_ctrl *ctrl;
353         struct v4l2_ctrl_helper *helper;          345         struct v4l2_ctrl_helper *helper;
354         bool from_other_dev;                      346         bool from_other_dev;
355         bool req_done;                            347         bool req_done;
356         bool p_req_valid;                         348         bool p_req_valid;
357         bool p_req_array_enomem;                  349         bool p_req_array_enomem;
358         u32 p_req_array_alloc_elems;              350         u32 p_req_array_alloc_elems;
359         u32 p_req_elems;                          351         u32 p_req_elems;
360         union v4l2_ctrl_ptr p_req;                352         union v4l2_ctrl_ptr p_req;
361 };                                                353 };
362                                                   354 
363 /**                                               355 /**
364  * struct v4l2_ctrl_handler - The control hand    356  * struct v4l2_ctrl_handler - The control handler keeps track of all the
365  *      controls: both the controls owned by t    357  *      controls: both the controls owned by the handler and those inherited
366  *      from other handlers.                      358  *      from other handlers.
367  *                                                359  *
368  * @_lock:      Default for "lock".               360  * @_lock:      Default for "lock".
369  * @lock:       Lock to control access to this    361  * @lock:       Lock to control access to this handler and its controls.
370  *              May be replaced by the user ri    362  *              May be replaced by the user right after init.
371  * @ctrls:      The list of controls owned by     363  * @ctrls:      The list of controls owned by this handler.
372  * @ctrl_refs:  The list of control references    364  * @ctrl_refs:  The list of control references.
373  * @cached:     The last found control referen    365  * @cached:     The last found control reference. It is common that the same
374  *              control is needed multiple tim    366  *              control is needed multiple times, so this is a simple
375  *              optimization.                     367  *              optimization.
376  * @buckets:    Buckets for the hashing. Allow    368  * @buckets:    Buckets for the hashing. Allows for quick control lookup.
377  * @notify:     A notify callback that is call    369  * @notify:     A notify callback that is called whenever the control changes
378  *              value.                            370  *              value.
379  *              Note that the handler's lock i    371  *              Note that the handler's lock is held when the notify function
380  *              is called!                        372  *              is called!
381  * @notify_priv: Passed as argument to the v4l    373  * @notify_priv: Passed as argument to the v4l2_ctrl notify callback.
382  * @nr_of_buckets: Total number of buckets in     374  * @nr_of_buckets: Total number of buckets in the array.
383  * @error:      The error code of the first fa    375  * @error:      The error code of the first failed control addition.
384  * @request_is_queued: True if the request was    376  * @request_is_queued: True if the request was queued.
385  * @requests:   List to keep track of open con    377  * @requests:   List to keep track of open control handler request objects.
386  *              For the parent control handler    378  *              For the parent control handler (@req_obj.ops == NULL) this
387  *              is the list header. When the p    379  *              is the list header. When the parent control handler is
388  *              removed, it has to unbind and     380  *              removed, it has to unbind and put all these requests since
389  *              they refer to the parent.         381  *              they refer to the parent.
390  * @requests_queued: List of the queued reques    382  * @requests_queued: List of the queued requests. This determines the order
391  *              in which these controls are ap    383  *              in which these controls are applied. Once the request is
392  *              completed it is removed from t    384  *              completed it is removed from this list.
393  * @req_obj:    The &struct media_request_obje    385  * @req_obj:    The &struct media_request_object, used to link into a
394  *              &struct media_request. This re    386  *              &struct media_request. This request object has a refcount.
395  */                                               387  */
396 struct v4l2_ctrl_handler {                        388 struct v4l2_ctrl_handler {
397         struct mutex _lock;                       389         struct mutex _lock;
398         struct mutex *lock;                       390         struct mutex *lock;
399         struct list_head ctrls;                   391         struct list_head ctrls;
400         struct list_head ctrl_refs;               392         struct list_head ctrl_refs;
401         struct v4l2_ctrl_ref *cached;             393         struct v4l2_ctrl_ref *cached;
402         struct v4l2_ctrl_ref **buckets;           394         struct v4l2_ctrl_ref **buckets;
403         v4l2_ctrl_notify_fnc notify;              395         v4l2_ctrl_notify_fnc notify;
404         void *notify_priv;                        396         void *notify_priv;
405         u16 nr_of_buckets;                        397         u16 nr_of_buckets;
406         int error;                                398         int error;
407         bool request_is_queued;                   399         bool request_is_queued;
408         struct list_head requests;                400         struct list_head requests;
409         struct list_head requests_queued;         401         struct list_head requests_queued;
410         struct media_request_object req_obj;      402         struct media_request_object req_obj;
411 };                                                403 };
412                                                   404 
413 /**                                               405 /**
414  * struct v4l2_ctrl_config - Control configura    406  * struct v4l2_ctrl_config - Control configuration structure.
415  *                                                407  *
416  * @ops:        The control ops.                  408  * @ops:        The control ops.
417  * @type_ops:   The control type ops. Only nee    409  * @type_ops:   The control type ops. Only needed for compound controls.
418  * @id: The control ID.                           410  * @id: The control ID.
419  * @name:       The control name.                 411  * @name:       The control name.
420  * @type:       The control type.                 412  * @type:       The control type.
421  * @min:        The control's minimum value.      413  * @min:        The control's minimum value.
422  * @max:        The control's maximum value.      414  * @max:        The control's maximum value.
423  * @step:       The control's step value for n    415  * @step:       The control's step value for non-menu controls.
424  * @def:        The control's default value.      416  * @def:        The control's default value.
425  * @p_def:      The control's default value fo    417  * @p_def:      The control's default value for compound controls.
426  * @dims:       The size of each dimension.       418  * @dims:       The size of each dimension.
427  * @elem_size:  The size in bytes of the contr    419  * @elem_size:  The size in bytes of the control.
428  * @flags:      The control's flags.              420  * @flags:      The control's flags.
429  * @menu_skip_mask: The control's skip mask fo    421  * @menu_skip_mask: The control's skip mask for menu controls. This makes it
430  *              easy to skip menu items that a    422  *              easy to skip menu items that are not valid. If bit X is set,
431  *              then menu item X is skipped. O    423  *              then menu item X is skipped. Of course, this only works for
432  *              menus with <= 64 menu items. T    424  *              menus with <= 64 menu items. There are no menus that come
433  *              close to that number, so this     425  *              close to that number, so this is OK. Should we ever need more,
434  *              then this will have to be exte    426  *              then this will have to be extended to a bit array.
435  * @qmenu:      A const char * array for all m    427  * @qmenu:      A const char * array for all menu items. Array entries that are
436  *              empty strings ("") correspond     428  *              empty strings ("") correspond to non-existing menu items (this
437  *              is in addition to the menu_ski    429  *              is in addition to the menu_skip_mask above). The last entry
438  *              must be NULL.                     430  *              must be NULL.
439  * @qmenu_int:  A const s64 integer array for     431  * @qmenu_int:  A const s64 integer array for all menu items of the type
440  *              V4L2_CTRL_TYPE_INTEGER_MENU.      432  *              V4L2_CTRL_TYPE_INTEGER_MENU.
441  * @is_private: If set, then this control is p    433  * @is_private: If set, then this control is private to its handler and it
442  *              will not be added to any other    434  *              will not be added to any other handlers.
443  */                                               435  */
444 struct v4l2_ctrl_config {                         436 struct v4l2_ctrl_config {
445         const struct v4l2_ctrl_ops *ops;          437         const struct v4l2_ctrl_ops *ops;
446         const struct v4l2_ctrl_type_ops *type_    438         const struct v4l2_ctrl_type_ops *type_ops;
447         u32 id;                                   439         u32 id;
448         const char *name;                         440         const char *name;
449         enum v4l2_ctrl_type type;                 441         enum v4l2_ctrl_type type;
450         s64 min;                                  442         s64 min;
451         s64 max;                                  443         s64 max;
452         u64 step;                                 444         u64 step;
453         s64 def;                                  445         s64 def;
454         union v4l2_ctrl_ptr p_def;                446         union v4l2_ctrl_ptr p_def;
455         u32 dims[V4L2_CTRL_MAX_DIMS];             447         u32 dims[V4L2_CTRL_MAX_DIMS];
456         u32 elem_size;                            448         u32 elem_size;
457         u32 flags;                                449         u32 flags;
458         u64 menu_skip_mask;                       450         u64 menu_skip_mask;
459         const char * const *qmenu;                451         const char * const *qmenu;
460         const s64 *qmenu_int;                     452         const s64 *qmenu_int;
461         unsigned int is_private:1;                453         unsigned int is_private:1;
462 };                                                454 };
463                                                   455 
464 /**                                               456 /**
465  * v4l2_ctrl_fill - Fill in the control fields    457  * v4l2_ctrl_fill - Fill in the control fields based on the control ID.
466  *                                                458  *
467  * @id: ID of the control                         459  * @id: ID of the control
468  * @name: pointer to be filled with a string w    460  * @name: pointer to be filled with a string with the name of the control
469  * @type: pointer for storing the type of the     461  * @type: pointer for storing the type of the control
470  * @min: pointer for storing the minimum value    462  * @min: pointer for storing the minimum value for the control
471  * @max: pointer for storing the maximum value    463  * @max: pointer for storing the maximum value for the control
472  * @step: pointer for storing the control step    464  * @step: pointer for storing the control step
473  * @def: pointer for storing the default value    465  * @def: pointer for storing the default value for the control
474  * @flags: pointer for storing the flags to be    466  * @flags: pointer for storing the flags to be used on the control
475  *                                                467  *
476  * This works for all standard V4L2 controls.     468  * This works for all standard V4L2 controls.
477  * For non-standard controls it will only fill    469  * For non-standard controls it will only fill in the given arguments
478  * and @name content will be set to %NULL.        470  * and @name content will be set to %NULL.
479  *                                                471  *
480  * This function will overwrite the contents o    472  * This function will overwrite the contents of @name, @type and @flags.
481  * The contents of @min, @max, @step and @def     473  * The contents of @min, @max, @step and @def may be modified depending on
482  * the type.                                      474  * the type.
483  *                                                475  *
484  * .. note::                                      476  * .. note::
485  *                                                477  *
486  *    Do not use in drivers! It is used intern    478  *    Do not use in drivers! It is used internally for backwards compatibility
487  *    control handling only. Once all drivers     479  *    control handling only. Once all drivers are converted to use the new
488  *    control framework this function will no     480  *    control framework this function will no longer be exported.
489  */                                               481  */
490 void v4l2_ctrl_fill(u32 id, const char **name,    482 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
491                     s64 *min, s64 *max, u64 *s    483                     s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
492                                                   484 
493                                                   485 
494 /**                                               486 /**
495  * v4l2_ctrl_handler_init_class() - Initialize    487  * v4l2_ctrl_handler_init_class() - Initialize the control handler.
496  * @hdl:        The control handler.              488  * @hdl:        The control handler.
497  * @nr_of_controls_hint: A hint of how many co    489  * @nr_of_controls_hint: A hint of how many controls this handler is
498  *              expected to refer to. This is     490  *              expected to refer to. This is the total number, so including
499  *              any inherited controls. It doe    491  *              any inherited controls. It doesn't have to be precise, but if
500  *              it is way off, then you either    492  *              it is way off, then you either waste memory (too many buckets
501  *              are allocated) or the control     493  *              are allocated) or the control lookup becomes slower (not enough
502  *              buckets are allocated, so ther    494  *              buckets are allocated, so there are more slow list lookups).
503  *              It will always work, though.      495  *              It will always work, though.
504  * @key:        Used by the lock validator if     496  * @key:        Used by the lock validator if CONFIG_LOCKDEP is set.
505  * @name:       Used by the lock validator if     497  * @name:       Used by the lock validator if CONFIG_LOCKDEP is set.
506  *                                                498  *
507  * .. attention::                                 499  * .. attention::
508  *                                                500  *
509  *    Never use this call directly, always use    501  *    Never use this call directly, always use the v4l2_ctrl_handler_init()
510  *    macro that hides the @key and @name argu    502  *    macro that hides the @key and @name arguments.
511  *                                                503  *
512  * Return: returns an error if the buckets cou    504  * Return: returns an error if the buckets could not be allocated. This
513  * error will also be stored in @hdl->error.      505  * error will also be stored in @hdl->error.
514  */                                               506  */
515 int v4l2_ctrl_handler_init_class(struct v4l2_c    507 int v4l2_ctrl_handler_init_class(struct v4l2_ctrl_handler *hdl,
516                                  unsigned int     508                                  unsigned int nr_of_controls_hint,
517                                  struct lock_c    509                                  struct lock_class_key *key, const char *name);
518                                                   510 
519 #ifdef CONFIG_LOCKDEP                             511 #ifdef CONFIG_LOCKDEP
520                                                   512 
521 /**                                               513 /**
522  * v4l2_ctrl_handler_init - helper function to    514  * v4l2_ctrl_handler_init - helper function to create a static struct
523  *       &lock_class_key and calls v4l2_ctrl_h    515  *       &lock_class_key and calls v4l2_ctrl_handler_init_class()
524  *                                                516  *
525  * @hdl:        The control handler.              517  * @hdl:        The control handler.
526  * @nr_of_controls_hint: A hint of how many co    518  * @nr_of_controls_hint: A hint of how many controls this handler is
527  *              expected to refer to. This is     519  *              expected to refer to. This is the total number, so including
528  *              any inherited controls. It doe    520  *              any inherited controls. It doesn't have to be precise, but if
529  *              it is way off, then you either    521  *              it is way off, then you either waste memory (too many buckets
530  *              are allocated) or the control     522  *              are allocated) or the control lookup becomes slower (not enough
531  *              buckets are allocated, so ther    523  *              buckets are allocated, so there are more slow list lookups).
532  *              It will always work, though.      524  *              It will always work, though.
533  *                                                525  *
534  * This helper function creates a static struc    526  * This helper function creates a static struct &lock_class_key and
535  * calls v4l2_ctrl_handler_init_class(), provi    527  * calls v4l2_ctrl_handler_init_class(), providing a proper name for the lock
536  * validador.                                     528  * validador.
537  *                                                529  *
538  * Use this helper function to initialize a co    530  * Use this helper function to initialize a control handler.
539  */                                               531  */
540 #define v4l2_ctrl_handler_init(hdl, nr_of_cont    532 #define v4l2_ctrl_handler_init(hdl, nr_of_controls_hint)                \
541 (                                                 533 (                                                                       \
542         ({                                        534         ({                                                              \
543                 static struct lock_class_key _    535                 static struct lock_class_key _key;                      \
544                 v4l2_ctrl_handler_init_class(h    536                 v4l2_ctrl_handler_init_class(hdl, nr_of_controls_hint,  \
545                                         &_key,    537                                         &_key,                          \
546                                         KBUILD    538                                         KBUILD_BASENAME ":"             \
547                                         __stri    539                                         __stringify(__LINE__) ":"       \
548                                         "(" #h    540                                         "(" #hdl ")->_lock");           \
549         })                                        541         })                                                              \
550 )                                                 542 )
551 #else                                             543 #else
552 #define v4l2_ctrl_handler_init(hdl, nr_of_cont    544 #define v4l2_ctrl_handler_init(hdl, nr_of_controls_hint)                \
553         v4l2_ctrl_handler_init_class(hdl, nr_o    545         v4l2_ctrl_handler_init_class(hdl, nr_of_controls_hint, NULL, NULL)
554 #endif                                            546 #endif
555                                                   547 
556 /**                                               548 /**
557  * v4l2_ctrl_handler_free() - Free all control    549  * v4l2_ctrl_handler_free() - Free all controls owned by the handler and free
558  * the control list.                              550  * the control list.
559  * @hdl:        The control handler.              551  * @hdl:        The control handler.
560  *                                                552  *
561  * Does nothing if @hdl == NULL.                  553  * Does nothing if @hdl == NULL.
562  */                                               554  */
563 void v4l2_ctrl_handler_free(struct v4l2_ctrl_h    555 void v4l2_ctrl_handler_free(struct v4l2_ctrl_handler *hdl);
564                                                   556 
565 /**                                               557 /**
566  * v4l2_ctrl_lock() - Helper function to lock     558  * v4l2_ctrl_lock() - Helper function to lock the handler
567  * associated with the control.                   559  * associated with the control.
568  * @ctrl:       The control to lock.              560  * @ctrl:       The control to lock.
569  */                                               561  */
570 static inline void v4l2_ctrl_lock(struct v4l2_    562 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl)
571 {                                                 563 {
572         mutex_lock(ctrl->handler->lock);          564         mutex_lock(ctrl->handler->lock);
573 }                                                 565 }
574                                                   566 
575 /**                                               567 /**
576  * v4l2_ctrl_unlock() - Helper function to unl    568  * v4l2_ctrl_unlock() - Helper function to unlock the handler
577  * associated with the control.                   569  * associated with the control.
578  * @ctrl:       The control to unlock.            570  * @ctrl:       The control to unlock.
579  */                                               571  */
580 static inline void v4l2_ctrl_unlock(struct v4l    572 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl)
581 {                                                 573 {
582         mutex_unlock(ctrl->handler->lock);        574         mutex_unlock(ctrl->handler->lock);
583 }                                                 575 }
584                                                   576 
585 /**                                               577 /**
586  * __v4l2_ctrl_handler_setup() - Call the s_ct    578  * __v4l2_ctrl_handler_setup() - Call the s_ctrl op for all controls belonging
587  * to the handler to initialize the hardware t    579  * to the handler to initialize the hardware to the current control values. The
588  * caller is responsible for acquiring the con    580  * caller is responsible for acquiring the control handler mutex on behalf of
589  * __v4l2_ctrl_handler_setup().                   581  * __v4l2_ctrl_handler_setup().
590  * @hdl:        The control handler.              582  * @hdl:        The control handler.
591  *                                                583  *
592  * Button controls will be skipped, as are rea    584  * Button controls will be skipped, as are read-only controls.
593  *                                                585  *
594  * If @hdl == NULL, then this just returns 0.     586  * If @hdl == NULL, then this just returns 0.
595  */                                               587  */
596 int __v4l2_ctrl_handler_setup(struct v4l2_ctrl    588 int __v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *hdl);
597                                                   589 
598 /**                                               590 /**
599  * v4l2_ctrl_handler_setup() - Call the s_ctrl    591  * v4l2_ctrl_handler_setup() - Call the s_ctrl op for all controls belonging
600  * to the handler to initialize the hardware t    592  * to the handler to initialize the hardware to the current control values.
601  * @hdl:        The control handler.              593  * @hdl:        The control handler.
602  *                                                594  *
603  * Button controls will be skipped, as are rea    595  * Button controls will be skipped, as are read-only controls.
604  *                                                596  *
605  * If @hdl == NULL, then this just returns 0.     597  * If @hdl == NULL, then this just returns 0.
606  */                                               598  */
607 int v4l2_ctrl_handler_setup(struct v4l2_ctrl_h    599 int v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *hdl);
608                                                   600 
609 /**                                               601 /**
610  * v4l2_ctrl_handler_log_status() - Log all co    602  * v4l2_ctrl_handler_log_status() - Log all controls owned by the handler.
611  * @hdl:        The control handler.              603  * @hdl:        The control handler.
612  * @prefix:     The prefix to use when logging    604  * @prefix:     The prefix to use when logging the control values. If the
613  *              prefix does not end with a spa    605  *              prefix does not end with a space, then ": " will be added
614  *              after the prefix. If @prefix =    606  *              after the prefix. If @prefix == NULL, then no prefix will be
615  *              used.                             607  *              used.
616  *                                                608  *
617  * For use with VIDIOC_LOG_STATUS.                609  * For use with VIDIOC_LOG_STATUS.
618  *                                                610  *
619  * Does nothing if @hdl == NULL.                  611  * Does nothing if @hdl == NULL.
620  */                                               612  */
621 void v4l2_ctrl_handler_log_status(struct v4l2_    613 void v4l2_ctrl_handler_log_status(struct v4l2_ctrl_handler *hdl,
622                                   const char *    614                                   const char *prefix);
623                                                   615 
624 /**                                               616 /**
625  * v4l2_ctrl_new_custom() - Allocate and initi    617  * v4l2_ctrl_new_custom() - Allocate and initialize a new custom V4L2
626  *      control.                                  618  *      control.
627  *                                                619  *
628  * @hdl:        The control handler.              620  * @hdl:        The control handler.
629  * @cfg:        The control's configuration da    621  * @cfg:        The control's configuration data.
630  * @priv:       The control's driver-specific     622  * @priv:       The control's driver-specific private data.
631  *                                                623  *
632  * If the &v4l2_ctrl struct could not be alloc    624  * If the &v4l2_ctrl struct could not be allocated then NULL is returned
633  * and @hdl->error is set to the error code (i    625  * and @hdl->error is set to the error code (if it wasn't set already).
634  */                                               626  */
635 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct     627 struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *hdl,
636                                        const s    628                                        const struct v4l2_ctrl_config *cfg,
637                                        void *p    629                                        void *priv);
638                                                   630 
639 /**                                               631 /**
640  * v4l2_ctrl_new_std() - Allocate and initiali    632  * v4l2_ctrl_new_std() - Allocate and initialize a new standard V4L2 non-menu
641  *      control.                                  633  *      control.
642  *                                                634  *
643  * @hdl:        The control handler.              635  * @hdl:        The control handler.
644  * @ops:        The control ops.                  636  * @ops:        The control ops.
645  * @id:         The control ID.                   637  * @id:         The control ID.
646  * @min:        The control's minimum value.      638  * @min:        The control's minimum value.
647  * @max:        The control's maximum value.      639  * @max:        The control's maximum value.
648  * @step:       The control's step value          640  * @step:       The control's step value
649  * @def:        The control's default value.      641  * @def:        The control's default value.
650  *                                                642  *
651  * If the &v4l2_ctrl struct could not be alloc    643  * If the &v4l2_ctrl struct could not be allocated, or the control
652  * ID is not known, then NULL is returned and     644  * ID is not known, then NULL is returned and @hdl->error is set to the
653  * appropriate error code (if it wasn't set al    645  * appropriate error code (if it wasn't set already).
654  *                                                646  *
655  * If @id refers to a menu control, then this     647  * If @id refers to a menu control, then this function will return NULL.
656  *                                                648  *
657  * Use v4l2_ctrl_new_std_menu() when adding me    649  * Use v4l2_ctrl_new_std_menu() when adding menu controls.
658  */                                               650  */
659 struct v4l2_ctrl *v4l2_ctrl_new_std(struct v4l    651 struct v4l2_ctrl *v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl,
660                                     const stru    652                                     const struct v4l2_ctrl_ops *ops,
661                                     u32 id, s6    653                                     u32 id, s64 min, s64 max, u64 step,
662                                     s64 def);     654                                     s64 def);
663                                                   655 
664 /**                                               656 /**
665  * v4l2_ctrl_new_std_menu() - Allocate and ini    657  * v4l2_ctrl_new_std_menu() - Allocate and initialize a new standard V4L2
666  *      menu control.                             658  *      menu control.
667  *                                                659  *
668  * @hdl:        The control handler.              660  * @hdl:        The control handler.
669  * @ops:        The control ops.                  661  * @ops:        The control ops.
670  * @id:         The control ID.                   662  * @id:         The control ID.
671  * @max:        The control's maximum value.      663  * @max:        The control's maximum value.
672  * @mask:       The control's skip mask for me    664  * @mask:       The control's skip mask for menu controls. This makes it
673  *              easy to skip menu items that a    665  *              easy to skip menu items that are not valid. If bit X is set,
674  *              then menu item X is skipped. O    666  *              then menu item X is skipped. Of course, this only works for
675  *              menus with <= 64 menu items. T    667  *              menus with <= 64 menu items. There are no menus that come
676  *              close to that number, so this     668  *              close to that number, so this is OK. Should we ever need more,
677  *              then this will have to be exte    669  *              then this will have to be extended to a bit array.
678  * @def:        The control's default value.      670  * @def:        The control's default value.
679  *                                                671  *
680  * Same as v4l2_ctrl_new_std(), but @min is se    672  * Same as v4l2_ctrl_new_std(), but @min is set to 0 and the @mask value
681  * determines which menu items are to be skipp    673  * determines which menu items are to be skipped.
682  *                                                674  *
683  * If @id refers to a non-menu control, then t    675  * If @id refers to a non-menu control, then this function will return NULL.
684  */                                               676  */
685 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struc    677 struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *hdl,
686                                          const    678                                          const struct v4l2_ctrl_ops *ops,
687                                          u32 i    679                                          u32 id, u8 max, u64 mask, u8 def);
688                                                   680 
689 /**                                               681 /**
690  * v4l2_ctrl_new_std_menu_items() - Create a n    682  * v4l2_ctrl_new_std_menu_items() - Create a new standard V4L2 menu control
691  *      with driver specific menu.                683  *      with driver specific menu.
692  *                                                684  *
693  * @hdl:        The control handler.              685  * @hdl:        The control handler.
694  * @ops:        The control ops.                  686  * @ops:        The control ops.
695  * @id: The control ID.                           687  * @id: The control ID.
696  * @max:        The control's maximum value.      688  * @max:        The control's maximum value.
697  * @mask:       The control's skip mask for me    689  * @mask:       The control's skip mask for menu controls. This makes it
698  *              easy to skip menu items that a    690  *              easy to skip menu items that are not valid. If bit X is set,
699  *              then menu item X is skipped. O    691  *              then menu item X is skipped. Of course, this only works for
700  *              menus with <= 64 menu items. T    692  *              menus with <= 64 menu items. There are no menus that come
701  *              close to that number, so this     693  *              close to that number, so this is OK. Should we ever need more,
702  *              then this will have to be exte    694  *              then this will have to be extended to a bit array.
703  * @def:        The control's default value.      695  * @def:        The control's default value.
704  * @qmenu:      The new menu.                     696  * @qmenu:      The new menu.
705  *                                                697  *
706  * Same as v4l2_ctrl_new_std_menu(), but @qmen    698  * Same as v4l2_ctrl_new_std_menu(), but @qmenu will be the driver specific
707  * menu of this control.                          699  * menu of this control.
708  *                                                700  *
709  */                                               701  */
710 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items    702 struct v4l2_ctrl *v4l2_ctrl_new_std_menu_items(struct v4l2_ctrl_handler *hdl,
711                                                   703                                                const struct v4l2_ctrl_ops *ops,
712                                                   704                                                u32 id, u8 max,
713                                                   705                                                u64 mask, u8 def,
714                                                   706                                                const char * const *qmenu);
715                                                   707 
716 /**                                               708 /**
717  * v4l2_ctrl_new_std_compound() - Allocate and    709  * v4l2_ctrl_new_std_compound() - Allocate and initialize a new standard V4L2
718  *      compound control.                         710  *      compound control.
719  *                                                711  *
720  * @hdl:       The control handler.               712  * @hdl:       The control handler.
721  * @ops:       The control ops.                   713  * @ops:       The control ops.
722  * @id:        The control ID.                    714  * @id:        The control ID.
723  * @p_def:     The control's default value.       715  * @p_def:     The control's default value.
724  *                                                716  *
725  * Sames as v4l2_ctrl_new_std(), but with supp    717  * Sames as v4l2_ctrl_new_std(), but with support to compound controls, thanks
726  * to the @p_def field. Use v4l2_ctrl_ptr_crea    718  * to the @p_def field. Use v4l2_ctrl_ptr_create() to create @p_def from a
727  * pointer. Use v4l2_ctrl_ptr_create(NULL) if     719  * pointer. Use v4l2_ctrl_ptr_create(NULL) if the default value of the
728  * compound control should be all zeroes.         720  * compound control should be all zeroes.
729  *                                                721  *
730  */                                               722  */
731 struct v4l2_ctrl *v4l2_ctrl_new_std_compound(s    723 struct v4l2_ctrl *v4l2_ctrl_new_std_compound(struct v4l2_ctrl_handler *hdl,
732                                              c    724                                              const struct v4l2_ctrl_ops *ops,
733                                              u    725                                              u32 id,
734                                              c    726                                              const union v4l2_ctrl_ptr p_def);
735                                                   727 
736 /**                                               728 /**
737  * v4l2_ctrl_new_int_menu() - Create a new sta    729  * v4l2_ctrl_new_int_menu() - Create a new standard V4L2 integer menu control.
738  *                                                730  *
739  * @hdl:        The control handler.              731  * @hdl:        The control handler.
740  * @ops:        The control ops.                  732  * @ops:        The control ops.
741  * @id: The control ID.                           733  * @id: The control ID.
742  * @max:        The control's maximum value.      734  * @max:        The control's maximum value.
743  * @def:        The control's default value.      735  * @def:        The control's default value.
744  * @qmenu_int:  The control's menu entries.       736  * @qmenu_int:  The control's menu entries.
745  *                                                737  *
746  * Same as v4l2_ctrl_new_std_menu(), but @mask    738  * Same as v4l2_ctrl_new_std_menu(), but @mask is set to 0 and it additionally
747  * takes as an argument an array of integers d    739  * takes as an argument an array of integers determining the menu items.
748  *                                                740  *
749  * If @id refers to a non-integer-menu control    741  * If @id refers to a non-integer-menu control, then this function will
750  * return %NULL.                                  742  * return %NULL.
751  */                                               743  */
752 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struc    744 struct v4l2_ctrl *v4l2_ctrl_new_int_menu(struct v4l2_ctrl_handler *hdl,
753                                          const    745                                          const struct v4l2_ctrl_ops *ops,
754                                          u32 i    746                                          u32 id, u8 max, u8 def,
755                                          const    747                                          const s64 *qmenu_int);
756                                                   748 
757 /**                                               749 /**
758  * typedef v4l2_ctrl_filter - Typedef to defin    750  * typedef v4l2_ctrl_filter - Typedef to define the filter function to be
759  *      used when adding a control handler.       751  *      used when adding a control handler.
760  *                                                752  *
761  * @ctrl: pointer to struct &v4l2_ctrl.           753  * @ctrl: pointer to struct &v4l2_ctrl.
762  */                                               754  */
763                                                   755 
764 typedef bool (*v4l2_ctrl_filter)(const struct     756 typedef bool (*v4l2_ctrl_filter)(const struct v4l2_ctrl *ctrl);
765                                                   757 
766 /**                                               758 /**
767  * v4l2_ctrl_add_handler() - Add all controls     759  * v4l2_ctrl_add_handler() - Add all controls from handler @add to
768  *      handler @hdl.                             760  *      handler @hdl.
769  *                                                761  *
770  * @hdl:        The control handler.              762  * @hdl:        The control handler.
771  * @add:        The control handler whose cont    763  * @add:        The control handler whose controls you want to add to
772  *              the @hdl control handler.         764  *              the @hdl control handler.
773  * @filter:     This function will filter whic    765  * @filter:     This function will filter which controls should be added.
774  * @from_other_dev: If true, then the controls    766  * @from_other_dev: If true, then the controls in @add were defined in another
775  *              device than @hdl.                 767  *              device than @hdl.
776  *                                                768  *
777  * Does nothing if either of the two handlers     769  * Does nothing if either of the two handlers is a NULL pointer.
778  * If @filter is NULL, then all controls are a    770  * If @filter is NULL, then all controls are added. Otherwise only those
779  * controls for which @filter returns true wil    771  * controls for which @filter returns true will be added.
780  * In case of an error @hdl->error will be set    772  * In case of an error @hdl->error will be set to the error code (if it
781  * wasn't set already).                           773  * wasn't set already).
782  */                                               774  */
783 int v4l2_ctrl_add_handler(struct v4l2_ctrl_han    775 int v4l2_ctrl_add_handler(struct v4l2_ctrl_handler *hdl,
784                           struct v4l2_ctrl_han    776                           struct v4l2_ctrl_handler *add,
785                           v4l2_ctrl_filter fil    777                           v4l2_ctrl_filter filter,
786                           bool from_other_dev)    778                           bool from_other_dev);
787                                                   779 
788 /**                                               780 /**
789  * v4l2_ctrl_radio_filter() - Standard filter     781  * v4l2_ctrl_radio_filter() - Standard filter for radio controls.
790  *                                                782  *
791  * @ctrl:       The control that is filtered.     783  * @ctrl:       The control that is filtered.
792  *                                                784  *
793  * This will return true for any controls that    785  * This will return true for any controls that are valid for radio device
794  * nodes. Those are all of the V4L2_CID_AUDIO_    786  * nodes. Those are all of the V4L2_CID_AUDIO_* user controls and all FM
795  * transmitter class controls.                    787  * transmitter class controls.
796  *                                                788  *
797  * This function is to be used with v4l2_ctrl_    789  * This function is to be used with v4l2_ctrl_add_handler().
798  */                                               790  */
799 bool v4l2_ctrl_radio_filter(const struct v4l2_    791 bool v4l2_ctrl_radio_filter(const struct v4l2_ctrl *ctrl);
800                                                   792 
801 /**                                               793 /**
802  * v4l2_ctrl_cluster() - Mark all controls in     794  * v4l2_ctrl_cluster() - Mark all controls in the cluster as belonging
803  *      to that cluster.                          795  *      to that cluster.
804  *                                                796  *
805  * @ncontrols:  The number of controls in this    797  * @ncontrols:  The number of controls in this cluster.
806  * @controls:   The cluster control array of s    798  * @controls:   The cluster control array of size @ncontrols.
807  */                                               799  */
808 void v4l2_ctrl_cluster(unsigned int ncontrols,    800 void v4l2_ctrl_cluster(unsigned int ncontrols, struct v4l2_ctrl **controls);
809                                                   801 
810                                                   802 
811 /**                                               803 /**
812  * v4l2_ctrl_auto_cluster() - Mark all control    804  * v4l2_ctrl_auto_cluster() - Mark all controls in the cluster as belonging
813  *      to that cluster and set it up for auto    805  *      to that cluster and set it up for autofoo/foo-type handling.
814  *                                                806  *
815  * @ncontrols:  The number of controls in this    807  * @ncontrols:  The number of controls in this cluster.
816  * @controls:   The cluster control array of s    808  * @controls:   The cluster control array of size @ncontrols. The first control
817  *              must be the 'auto' control (e.    809  *              must be the 'auto' control (e.g. autogain, autoexposure, etc.)
818  * @manual_val: The value for the first contro    810  * @manual_val: The value for the first control in the cluster that equals the
819  *              manual setting.                   811  *              manual setting.
820  * @set_volatile: If true, then all controls e    812  * @set_volatile: If true, then all controls except the first auto control will
821  *              be volatile.                      813  *              be volatile.
822  *                                                814  *
823  * Use for control groups where one control se    815  * Use for control groups where one control selects some automatic feature and
824  * the other controls are only active whenever    816  * the other controls are only active whenever the automatic feature is turned
825  * off (manual mode). Typical examples: autoga    817  * off (manual mode). Typical examples: autogain vs gain, auto-whitebalance vs
826  * red and blue balance, etc.                     818  * red and blue balance, etc.
827  *                                                819  *
828  * The behavior of such controls is as follows    820  * The behavior of such controls is as follows:
829  *                                                821  *
830  * When the autofoo control is set to automati    822  * When the autofoo control is set to automatic, then any manual controls
831  * are set to inactive and any reads will call    823  * are set to inactive and any reads will call g_volatile_ctrl (if the control
832  * was marked volatile).                          824  * was marked volatile).
833  *                                                825  *
834  * When the autofoo control is set to manual,     826  * When the autofoo control is set to manual, then any manual controls will
835  * be marked active, and any reads will just r    827  * be marked active, and any reads will just return the current value without
836  * going through g_volatile_ctrl.                 828  * going through g_volatile_ctrl.
837  *                                                829  *
838  * In addition, this function will set the %V4    830  * In addition, this function will set the %V4L2_CTRL_FLAG_UPDATE flag
839  * on the autofoo control and %V4L2_CTRL_FLAG_    831  * on the autofoo control and %V4L2_CTRL_FLAG_INACTIVE on the foo control(s)
840  * if autofoo is in auto mode.                    832  * if autofoo is in auto mode.
841  */                                               833  */
842 void v4l2_ctrl_auto_cluster(unsigned int ncont    834 void v4l2_ctrl_auto_cluster(unsigned int ncontrols,
843                             struct v4l2_ctrl *    835                             struct v4l2_ctrl **controls,
844                             u8 manual_val, boo    836                             u8 manual_val, bool set_volatile);
845                                                   837 
846                                                   838 
847 /**                                               839 /**
848  * v4l2_ctrl_find() - Find a control with the     840  * v4l2_ctrl_find() - Find a control with the given ID.
849  *                                                841  *
850  * @hdl:        The control handler.              842  * @hdl:        The control handler.
851  * @id: The control ID to find.                   843  * @id: The control ID to find.
852  *                                                844  *
853  * If @hdl == NULL this will return NULL as we    845  * If @hdl == NULL this will return NULL as well. Will lock the handler so
854  * do not use from inside &v4l2_ctrl_ops.         846  * do not use from inside &v4l2_ctrl_ops.
855  */                                               847  */
856 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_c    848 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id);
857                                                   849 
858 /**                                               850 /**
859  * v4l2_ctrl_activate() - Make the control act    851  * v4l2_ctrl_activate() - Make the control active or inactive.
860  * @ctrl:       The control to (de)activate.      852  * @ctrl:       The control to (de)activate.
861  * @active:     True if the control should bec    853  * @active:     True if the control should become active.
862  *                                                854  *
863  * This sets or clears the V4L2_CTRL_FLAG_INAC    855  * This sets or clears the V4L2_CTRL_FLAG_INACTIVE flag atomically.
864  * Does nothing if @ctrl == NULL.                 856  * Does nothing if @ctrl == NULL.
865  * This will usually be called from within the    857  * This will usually be called from within the s_ctrl op.
866  * The V4L2_EVENT_CTRL event will be generated    858  * The V4L2_EVENT_CTRL event will be generated afterwards.
867  *                                                859  *
868  * This function assumes that the control hand    860  * This function assumes that the control handler is locked.
869  */                                               861  */
870 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl    862 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active);
871                                                   863 
872 /**                                               864 /**
873  * __v4l2_ctrl_grab() - Unlocked variant of v4    865  * __v4l2_ctrl_grab() - Unlocked variant of v4l2_ctrl_grab.
874  *                                                866  *
875  * @ctrl:       The control to (de)activate.      867  * @ctrl:       The control to (de)activate.
876  * @grabbed:    True if the control should bec    868  * @grabbed:    True if the control should become grabbed.
877  *                                                869  *
878  * This sets or clears the V4L2_CTRL_FLAG_GRAB    870  * This sets or clears the V4L2_CTRL_FLAG_GRABBED flag atomically.
879  * Does nothing if @ctrl == NULL.                 871  * Does nothing if @ctrl == NULL.
880  * The V4L2_EVENT_CTRL event will be generated    872  * The V4L2_EVENT_CTRL event will be generated afterwards.
881  * This will usually be called when starting o    873  * This will usually be called when starting or stopping streaming in the
882  * driver.                                        874  * driver.
883  *                                                875  *
884  * This function assumes that the control hand    876  * This function assumes that the control handler is locked by the caller.
885  */                                               877  */
886 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl,     878 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
887                                                   879 
888 /**                                               880 /**
889  * v4l2_ctrl_grab() - Mark the control as grab    881  * v4l2_ctrl_grab() - Mark the control as grabbed or not grabbed.
890  *                                                882  *
891  * @ctrl:       The control to (de)activate.      883  * @ctrl:       The control to (de)activate.
892  * @grabbed:    True if the control should bec    884  * @grabbed:    True if the control should become grabbed.
893  *                                                885  *
894  * This sets or clears the V4L2_CTRL_FLAG_GRAB    886  * This sets or clears the V4L2_CTRL_FLAG_GRABBED flag atomically.
895  * Does nothing if @ctrl == NULL.                 887  * Does nothing if @ctrl == NULL.
896  * The V4L2_EVENT_CTRL event will be generated    888  * The V4L2_EVENT_CTRL event will be generated afterwards.
897  * This will usually be called when starting o    889  * This will usually be called when starting or stopping streaming in the
898  * driver.                                        890  * driver.
899  *                                                891  *
900  * This function assumes that the control hand    892  * This function assumes that the control handler is not locked and will
901  * take the lock itself.                          893  * take the lock itself.
902  */                                               894  */
903 static inline void v4l2_ctrl_grab(struct v4l2_    895 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed)
904 {                                                 896 {
905         if (!ctrl)                                897         if (!ctrl)
906                 return;                           898                 return;
907                                                   899 
908         v4l2_ctrl_lock(ctrl);                     900         v4l2_ctrl_lock(ctrl);
909         __v4l2_ctrl_grab(ctrl, grabbed);          901         __v4l2_ctrl_grab(ctrl, grabbed);
910         v4l2_ctrl_unlock(ctrl);                   902         v4l2_ctrl_unlock(ctrl);
911 }                                                 903 }
912                                                   904 
913 /**                                               905 /**
914  *__v4l2_ctrl_modify_range() - Unlocked varian    906  *__v4l2_ctrl_modify_range() - Unlocked variant of v4l2_ctrl_modify_range()
915  *                                                907  *
916  * @ctrl:       The control to update.            908  * @ctrl:       The control to update.
917  * @min:        The control's minimum value.      909  * @min:        The control's minimum value.
918  * @max:        The control's maximum value.      910  * @max:        The control's maximum value.
919  * @step:       The control's step value          911  * @step:       The control's step value
920  * @def:        The control's default value.      912  * @def:        The control's default value.
921  *                                                913  *
922  * Update the range of a control on the fly. T    914  * Update the range of a control on the fly. This works for control types
923  * INTEGER, BOOLEAN, MENU, INTEGER MENU and BI    915  * INTEGER, BOOLEAN, MENU, INTEGER MENU and BITMASK. For menu controls the
924  * @step value is interpreted as a menu_skip_m    916  * @step value is interpreted as a menu_skip_mask.
925  *                                                917  *
926  * An error is returned if one of the range ar    918  * An error is returned if one of the range arguments is invalid for this
927  * control type.                                  919  * control type.
928  *                                                920  *
929  * The caller is responsible for acquiring the    921  * The caller is responsible for acquiring the control handler mutex on behalf
930  * of __v4l2_ctrl_modify_range().                 922  * of __v4l2_ctrl_modify_range().
931  */                                               923  */
932 int __v4l2_ctrl_modify_range(struct v4l2_ctrl     924 int __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl,
933                              s64 min, s64 max,    925                              s64 min, s64 max, u64 step, s64 def);
934                                                   926 
935 /**                                               927 /**
936  * v4l2_ctrl_modify_range() - Update the range    928  * v4l2_ctrl_modify_range() - Update the range of a control.
937  *                                                929  *
938  * @ctrl:       The control to update.            930  * @ctrl:       The control to update.
939  * @min:        The control's minimum value.      931  * @min:        The control's minimum value.
940  * @max:        The control's maximum value.      932  * @max:        The control's maximum value.
941  * @step:       The control's step value          933  * @step:       The control's step value
942  * @def:        The control's default value.      934  * @def:        The control's default value.
943  *                                                935  *
944  * Update the range of a control on the fly. T    936  * Update the range of a control on the fly. This works for control types
945  * INTEGER, BOOLEAN, MENU, INTEGER MENU and BI    937  * INTEGER, BOOLEAN, MENU, INTEGER MENU and BITMASK. For menu controls the
946  * @step value is interpreted as a menu_skip_m    938  * @step value is interpreted as a menu_skip_mask.
947  *                                                939  *
948  * An error is returned if one of the range ar    940  * An error is returned if one of the range arguments is invalid for this
949  * control type.                                  941  * control type.
950  *                                                942  *
951  * This function assumes that the control hand    943  * This function assumes that the control handler is not locked and will
952  * take the lock itself.                          944  * take the lock itself.
953  */                                               945  */
954 static inline int v4l2_ctrl_modify_range(struc    946 static inline int v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl,
955                                          s64 m    947                                          s64 min, s64 max, u64 step, s64 def)
956 {                                                 948 {
957         int rval;                                 949         int rval;
958                                                   950 
959         v4l2_ctrl_lock(ctrl);                     951         v4l2_ctrl_lock(ctrl);
960         rval = __v4l2_ctrl_modify_range(ctrl,     952         rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def);
961         v4l2_ctrl_unlock(ctrl);                   953         v4l2_ctrl_unlock(ctrl);
962                                                   954 
963         return rval;                              955         return rval;
964 }                                                 956 }
965                                                   957 
966 /**                                               958 /**
967  *__v4l2_ctrl_modify_dimensions() - Unlocked v    959  *__v4l2_ctrl_modify_dimensions() - Unlocked variant of v4l2_ctrl_modify_dimensions()
968  *                                                960  *
969  * @ctrl:       The control to update.            961  * @ctrl:       The control to update.
970  * @dims:       The control's new dimensions.     962  * @dims:       The control's new dimensions.
971  *                                                963  *
972  * Update the dimensions of an array control o    964  * Update the dimensions of an array control on the fly. The elements of the
973  * array are reset to their default value, eve    965  * array are reset to their default value, even if the dimensions are
974  * unchanged.                                     966  * unchanged.
975  *                                                967  *
976  * An error is returned if @dims is invalid fo    968  * An error is returned if @dims is invalid for this control.
977  *                                                969  *
978  * The caller is responsible for acquiring the    970  * The caller is responsible for acquiring the control handler mutex on behalf
979  * of __v4l2_ctrl_modify_dimensions().            971  * of __v4l2_ctrl_modify_dimensions().
980  *                                                972  *
981  * Note: calling this function when the same c    973  * Note: calling this function when the same control is used in pending requests
982  * is untested. It should work (a request with    974  * is untested. It should work (a request with the wrong size of the control
983  * will drop that control silently), but it wi    975  * will drop that control silently), but it will be very confusing.
984  */                                               976  */
985 int __v4l2_ctrl_modify_dimensions(struct v4l2_    977 int __v4l2_ctrl_modify_dimensions(struct v4l2_ctrl *ctrl,
986                                   u32 dims[V4L    978                                   u32 dims[V4L2_CTRL_MAX_DIMS]);
987                                                   979 
988 /**                                               980 /**
989  * v4l2_ctrl_modify_dimensions() - Update the     981  * v4l2_ctrl_modify_dimensions() - Update the dimensions of an array control.
990  *                                                982  *
991  * @ctrl:       The control to update.            983  * @ctrl:       The control to update.
992  * @dims:       The control's new dimensions.     984  * @dims:       The control's new dimensions.
993  *                                                985  *
994  * Update the dimensions of an array control o    986  * Update the dimensions of an array control on the fly. The elements of the
995  * array are reset to their default value, eve    987  * array are reset to their default value, even if the dimensions are
996  * unchanged.                                     988  * unchanged.
997  *                                                989  *
998  * An error is returned if @dims is invalid fo    990  * An error is returned if @dims is invalid for this control type.
999  *                                                991  *
1000  * This function assumes that the control han    992  * This function assumes that the control handler is not locked and will
1001  * take the lock itself.                         993  * take the lock itself.
1002  *                                               994  *
1003  * Note: calling this function when the same     995  * Note: calling this function when the same control is used in pending requests
1004  * is untested. It should work (a request wit    996  * is untested. It should work (a request with the wrong size of the control
1005  * will drop that control silently), but it w    997  * will drop that control silently), but it will be very confusing.
1006  */                                              998  */
1007 static inline int v4l2_ctrl_modify_dimensions    999 static inline int v4l2_ctrl_modify_dimensions(struct v4l2_ctrl *ctrl,
1008                                                  1000                                               u32 dims[V4L2_CTRL_MAX_DIMS])
1009 {                                                1001 {
1010         int rval;                                1002         int rval;
1011                                                  1003 
1012         v4l2_ctrl_lock(ctrl);                    1004         v4l2_ctrl_lock(ctrl);
1013         rval = __v4l2_ctrl_modify_dimensions(    1005         rval = __v4l2_ctrl_modify_dimensions(ctrl, dims);
1014         v4l2_ctrl_unlock(ctrl);                  1006         v4l2_ctrl_unlock(ctrl);
1015                                                  1007 
1016         return rval;                             1008         return rval;
1017 }                                                1009 }
1018                                                  1010 
1019 /**                                              1011 /**
1020  * v4l2_ctrl_notify() - Function to set a not    1012  * v4l2_ctrl_notify() - Function to set a notify callback for a control.
1021  *                                               1013  *
1022  * @ctrl:       The control.                     1014  * @ctrl:       The control.
1023  * @notify:     The callback function.           1015  * @notify:     The callback function.
1024  * @priv:       The callback private handle,     1016  * @priv:       The callback private handle, passed as argument to the callback.
1025  *                                               1017  *
1026  * This function sets a callback function for    1018  * This function sets a callback function for the control. If @ctrl is NULL,
1027  * then it will do nothing. If @notify is NUL    1019  * then it will do nothing. If @notify is NULL, then the notify callback will
1028  * be removed.                                   1020  * be removed.
1029  *                                               1021  *
1030  * There can be only one notify. If another a    1022  * There can be only one notify. If another already exists, then a WARN_ON
1031  * will be issued and the function will do no    1023  * will be issued and the function will do nothing.
1032  */                                              1024  */
1033 void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl,    1025 void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify,
1034                       void *priv);               1026                       void *priv);
1035                                                  1027 
1036 /**                                              1028 /**
1037  * v4l2_ctrl_get_name() - Get the name of the    1029  * v4l2_ctrl_get_name() - Get the name of the control
1038  *                                               1030  *
1039  * @id:         The control ID.                  1031  * @id:         The control ID.
1040  *                                               1032  *
1041  * This function returns the name of the give    1033  * This function returns the name of the given control ID or NULL if it isn't
1042  * a known control.                              1034  * a known control.
1043  */                                              1035  */
1044 const char *v4l2_ctrl_get_name(u32 id);          1036 const char *v4l2_ctrl_get_name(u32 id);
1045                                                  1037 
1046 /**                                              1038 /**
1047  * v4l2_ctrl_get_menu() - Get the menu string    1039  * v4l2_ctrl_get_menu() - Get the menu string array of the control
1048  *                                               1040  *
1049  * @id:         The control ID.                  1041  * @id:         The control ID.
1050  *                                               1042  *
1051  * This function returns the NULL-terminated     1043  * This function returns the NULL-terminated menu string array name of the
1052  * given control ID or NULL if it isn't a kno    1044  * given control ID or NULL if it isn't a known menu control.
1053  */                                              1045  */
1054 const char * const *v4l2_ctrl_get_menu(u32 id    1046 const char * const *v4l2_ctrl_get_menu(u32 id);
1055                                                  1047 
1056 /**                                              1048 /**
1057  * v4l2_ctrl_get_int_menu() - Get the integer    1049  * v4l2_ctrl_get_int_menu() - Get the integer menu array of the control
1058  *                                               1050  *
1059  * @id:         The control ID.                  1051  * @id:         The control ID.
1060  * @len:        The size of the integer array    1052  * @len:        The size of the integer array.
1061  *                                               1053  *
1062  * This function returns the integer array of    1054  * This function returns the integer array of the given control ID or NULL if it
1063  * if it isn't a known integer menu control.     1055  * if it isn't a known integer menu control.
1064  */                                              1056  */
1065 const s64 *v4l2_ctrl_get_int_menu(u32 id, u32    1057 const s64 *v4l2_ctrl_get_int_menu(u32 id, u32 *len);
1066                                                  1058 
1067 /**                                              1059 /**
1068  * v4l2_ctrl_g_ctrl() - Helper function to ge    1060  * v4l2_ctrl_g_ctrl() - Helper function to get the control's value from
1069  *      within a driver.                         1061  *      within a driver.
1070  *                                               1062  *
1071  * @ctrl:       The control.                     1063  * @ctrl:       The control.
1072  *                                               1064  *
1073  * This returns the control's value safely by    1065  * This returns the control's value safely by going through the control
1074  * framework. This function will lock the con    1066  * framework. This function will lock the control's handler, so it cannot be
1075  * used from within the &v4l2_ctrl_ops functi    1067  * used from within the &v4l2_ctrl_ops functions.
1076  *                                               1068  *
1077  * This function is for integer type controls    1069  * This function is for integer type controls only.
1078  */                                              1070  */
1079 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);    1071 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);
1080                                                  1072 
1081 /**                                              1073 /**
1082  * __v4l2_ctrl_s_ctrl() - Unlocked variant of    1074  * __v4l2_ctrl_s_ctrl() - Unlocked variant of v4l2_ctrl_s_ctrl().
1083  *                                               1075  *
1084  * @ctrl:       The control.                     1076  * @ctrl:       The control.
1085  * @val:        The new value.                   1077  * @val:        The new value.
1086  *                                               1078  *
1087  * This sets the control's new value safely b    1079  * This sets the control's new value safely by going through the control
1088  * framework. This function assumes the contr    1080  * framework. This function assumes the control's handler is already locked,
1089  * allowing it to be used from within the &v4    1081  * allowing it to be used from within the &v4l2_ctrl_ops functions.
1090  *                                               1082  *
1091  * This function is for integer type controls    1083  * This function is for integer type controls only.
1092  */                                              1084  */
1093 int __v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl    1085 int __v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val);
1094                                                  1086 
1095 /**                                              1087 /**
1096  * v4l2_ctrl_s_ctrl() - Helper function to se    1088  * v4l2_ctrl_s_ctrl() - Helper function to set the control's value from
1097  *      within a driver.                         1089  *      within a driver.
1098  * @ctrl:       The control.                     1090  * @ctrl:       The control.
1099  * @val:        The new value.                   1091  * @val:        The new value.
1100  *                                               1092  *
1101  * This sets the control's new value safely b    1093  * This sets the control's new value safely by going through the control
1102  * framework. This function will lock the con    1094  * framework. This function will lock the control's handler, so it cannot be
1103  * used from within the &v4l2_ctrl_ops functi    1095  * used from within the &v4l2_ctrl_ops functions.
1104  *                                               1096  *
1105  * This function is for integer type controls    1097  * This function is for integer type controls only.
1106  */                                              1098  */
1107 static inline int v4l2_ctrl_s_ctrl(struct v4l    1099 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val)
1108 {                                                1100 {
1109         int rval;                                1101         int rval;
1110                                                  1102 
1111         v4l2_ctrl_lock(ctrl);                    1103         v4l2_ctrl_lock(ctrl);
1112         rval = __v4l2_ctrl_s_ctrl(ctrl, val);    1104         rval = __v4l2_ctrl_s_ctrl(ctrl, val);
1113         v4l2_ctrl_unlock(ctrl);                  1105         v4l2_ctrl_unlock(ctrl);
1114                                                  1106 
1115         return rval;                             1107         return rval;
1116 }                                                1108 }
1117                                                  1109 
1118 /**                                              1110 /**
1119  * v4l2_ctrl_g_ctrl_int64() - Helper function    1111  * v4l2_ctrl_g_ctrl_int64() - Helper function to get a 64-bit control's value
1120  *      from within a driver.                    1112  *      from within a driver.
1121  *                                               1113  *
1122  * @ctrl:       The control.                     1114  * @ctrl:       The control.
1123  *                                               1115  *
1124  * This returns the control's value safely by    1116  * This returns the control's value safely by going through the control
1125  * framework. This function will lock the con    1117  * framework. This function will lock the control's handler, so it cannot be
1126  * used from within the &v4l2_ctrl_ops functi    1118  * used from within the &v4l2_ctrl_ops functions.
1127  *                                               1119  *
1128  * This function is for 64-bit integer type c    1120  * This function is for 64-bit integer type controls only.
1129  */                                              1121  */
1130 s64 v4l2_ctrl_g_ctrl_int64(struct v4l2_ctrl *    1122 s64 v4l2_ctrl_g_ctrl_int64(struct v4l2_ctrl *ctrl);
1131                                                  1123 
1132 /**                                              1124 /**
1133  * __v4l2_ctrl_s_ctrl_int64() - Unlocked vari    1125  * __v4l2_ctrl_s_ctrl_int64() - Unlocked variant of v4l2_ctrl_s_ctrl_int64().
1134  *                                               1126  *
1135  * @ctrl:       The control.                     1127  * @ctrl:       The control.
1136  * @val:        The new value.                   1128  * @val:        The new value.
1137  *                                               1129  *
1138  * This sets the control's new value safely b    1130  * This sets the control's new value safely by going through the control
1139  * framework. This function assumes the contr    1131  * framework. This function assumes the control's handler is already locked,
1140  * allowing it to be used from within the &v4    1132  * allowing it to be used from within the &v4l2_ctrl_ops functions.
1141  *                                               1133  *
1142  * This function is for 64-bit integer type c    1134  * This function is for 64-bit integer type controls only.
1143  */                                              1135  */
1144 int __v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl    1136 int __v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val);
1145                                                  1137 
1146 /**                                              1138 /**
1147  * v4l2_ctrl_s_ctrl_int64() - Helper function    1139  * v4l2_ctrl_s_ctrl_int64() - Helper function to set a 64-bit control's value
1148  *      from within a driver.                    1140  *      from within a driver.
1149  *                                               1141  *
1150  * @ctrl:       The control.                     1142  * @ctrl:       The control.
1151  * @val:        The new value.                   1143  * @val:        The new value.
1152  *                                               1144  *
1153  * This sets the control's new value safely b    1145  * This sets the control's new value safely by going through the control
1154  * framework. This function will lock the con    1146  * framework. This function will lock the control's handler, so it cannot be
1155  * used from within the &v4l2_ctrl_ops functi    1147  * used from within the &v4l2_ctrl_ops functions.
1156  *                                               1148  *
1157  * This function is for 64-bit integer type c    1149  * This function is for 64-bit integer type controls only.
1158  */                                              1150  */
1159 static inline int v4l2_ctrl_s_ctrl_int64(stru    1151 static inline int v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val)
1160 {                                                1152 {
1161         int rval;                                1153         int rval;
1162                                                  1154 
1163         v4l2_ctrl_lock(ctrl);                    1155         v4l2_ctrl_lock(ctrl);
1164         rval = __v4l2_ctrl_s_ctrl_int64(ctrl,    1156         rval = __v4l2_ctrl_s_ctrl_int64(ctrl, val);
1165         v4l2_ctrl_unlock(ctrl);                  1157         v4l2_ctrl_unlock(ctrl);
1166                                                  1158 
1167         return rval;                             1159         return rval;
1168 }                                                1160 }
1169                                                  1161 
1170 /**                                              1162 /**
1171  * __v4l2_ctrl_s_ctrl_string() - Unlocked var    1163  * __v4l2_ctrl_s_ctrl_string() - Unlocked variant of v4l2_ctrl_s_ctrl_string().
1172  *                                               1164  *
1173  * @ctrl:       The control.                     1165  * @ctrl:       The control.
1174  * @s:          The new string.                  1166  * @s:          The new string.
1175  *                                               1167  *
1176  * This sets the control's new string safely     1168  * This sets the control's new string safely by going through the control
1177  * framework. This function assumes the contr    1169  * framework. This function assumes the control's handler is already locked,
1178  * allowing it to be used from within the &v4    1170  * allowing it to be used from within the &v4l2_ctrl_ops functions.
1179  *                                               1171  *
1180  * This function is for string type controls     1172  * This function is for string type controls only.
1181  */                                              1173  */
1182 int __v4l2_ctrl_s_ctrl_string(struct v4l2_ctr    1174 int __v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s);
1183                                                  1175 
1184 /**                                              1176 /**
1185  * v4l2_ctrl_s_ctrl_string() - Helper functio    1177  * v4l2_ctrl_s_ctrl_string() - Helper function to set a control's string value
1186  *       from within a driver.                   1178  *       from within a driver.
1187  *                                               1179  *
1188  * @ctrl:       The control.                     1180  * @ctrl:       The control.
1189  * @s:          The new string.                  1181  * @s:          The new string.
1190  *                                               1182  *
1191  * This sets the control's new string safely     1183  * This sets the control's new string safely by going through the control
1192  * framework. This function will lock the con    1184  * framework. This function will lock the control's handler, so it cannot be
1193  * used from within the &v4l2_ctrl_ops functi    1185  * used from within the &v4l2_ctrl_ops functions.
1194  *                                               1186  *
1195  * This function is for string type controls     1187  * This function is for string type controls only.
1196  */                                              1188  */
1197 static inline int v4l2_ctrl_s_ctrl_string(str    1189 static inline int v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s)
1198 {                                                1190 {
1199         int rval;                                1191         int rval;
1200                                                  1192 
1201         v4l2_ctrl_lock(ctrl);                    1193         v4l2_ctrl_lock(ctrl);
1202         rval = __v4l2_ctrl_s_ctrl_string(ctrl    1194         rval = __v4l2_ctrl_s_ctrl_string(ctrl, s);
1203         v4l2_ctrl_unlock(ctrl);                  1195         v4l2_ctrl_unlock(ctrl);
1204                                                  1196 
1205         return rval;                             1197         return rval;
1206 }                                                1198 }
1207                                                  1199 
1208 /**                                              1200 /**
1209  * __v4l2_ctrl_s_ctrl_compound() - Unlocked v    1201  * __v4l2_ctrl_s_ctrl_compound() - Unlocked variant to set a compound control
1210  *                                               1202  *
1211  * @ctrl: The control.                           1203  * @ctrl: The control.
1212  * @type: The type of the data.                  1204  * @type: The type of the data.
1213  * @p:    The new compound payload.              1205  * @p:    The new compound payload.
1214  *                                               1206  *
1215  * This sets the control's new compound paylo    1207  * This sets the control's new compound payload safely by going through the
1216  * control framework. This function assumes t    1208  * control framework. This function assumes the control's handler is already
1217  * locked, allowing it to be used from within    1209  * locked, allowing it to be used from within the &v4l2_ctrl_ops functions.
1218  *                                               1210  *
1219  * This function is for compound type control    1211  * This function is for compound type controls only.
1220  */                                              1212  */
1221 int __v4l2_ctrl_s_ctrl_compound(struct v4l2_c    1213 int __v4l2_ctrl_s_ctrl_compound(struct v4l2_ctrl *ctrl,
1222                                 enum v4l2_ctr    1214                                 enum v4l2_ctrl_type type, const void *p);
1223                                                  1215 
1224 /**                                              1216 /**
1225  * v4l2_ctrl_s_ctrl_compound() - Helper funct    1217  * v4l2_ctrl_s_ctrl_compound() - Helper function to set a compound control
1226  *      from within a driver.                    1218  *      from within a driver.
1227  *                                               1219  *
1228  * @ctrl: The control.                           1220  * @ctrl: The control.
1229  * @type: The type of the data.                  1221  * @type: The type of the data.
1230  * @p:    The new compound payload.              1222  * @p:    The new compound payload.
1231  *                                               1223  *
1232  * This sets the control's new compound paylo    1224  * This sets the control's new compound payload safely by going through the
1233  * control framework. This function will lock    1225  * control framework. This function will lock the control's handler, so it
1234  * cannot be used from within the &v4l2_ctrl_    1226  * cannot be used from within the &v4l2_ctrl_ops functions.
1235  *                                               1227  *
1236  * This function is for compound type control    1228  * This function is for compound type controls only.
1237  */                                              1229  */
1238 static inline int v4l2_ctrl_s_ctrl_compound(s    1230 static inline int v4l2_ctrl_s_ctrl_compound(struct v4l2_ctrl *ctrl,
1239                                             e    1231                                             enum v4l2_ctrl_type type,
1240                                             c    1232                                             const void *p)
1241 {                                                1233 {
1242         int rval;                                1234         int rval;
1243                                                  1235 
1244         v4l2_ctrl_lock(ctrl);                    1236         v4l2_ctrl_lock(ctrl);
1245         rval = __v4l2_ctrl_s_ctrl_compound(ct    1237         rval = __v4l2_ctrl_s_ctrl_compound(ctrl, type, p);
1246         v4l2_ctrl_unlock(ctrl);                  1238         v4l2_ctrl_unlock(ctrl);
1247                                                  1239 
1248         return rval;                             1240         return rval;
1249 }                                                1241 }
1250                                                  1242 
1251 /* Helper defines for area type controls */      1243 /* Helper defines for area type controls */
1252 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \    1244 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \
1253         __v4l2_ctrl_s_ctrl_compound((ctrl), V    1245         __v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
1254 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \      1246 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \
1255         v4l2_ctrl_s_ctrl_compound((ctrl), V4L    1247         v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
1256                                                  1248 
1257 /* Internal helper functions that deal with c    1249 /* Internal helper functions that deal with control events. */
1258 extern const struct v4l2_subscribed_event_ops    1250 extern const struct v4l2_subscribed_event_ops v4l2_ctrl_sub_ev_ops;
1259                                                  1251 
1260 /**                                              1252 /**
1261  * v4l2_ctrl_replace - Function to be used as    1253  * v4l2_ctrl_replace - Function to be used as a callback to
1262  *      &struct v4l2_subscribed_event_ops rep    1254  *      &struct v4l2_subscribed_event_ops replace\(\)
1263  *                                               1255  *
1264  * @old: pointer to struct &v4l2_event with t    1256  * @old: pointer to struct &v4l2_event with the reported
1265  *       event;                                  1257  *       event;
1266  * @new: pointer to struct &v4l2_event with t    1258  * @new: pointer to struct &v4l2_event with the modified
1267  *       event;                                  1259  *       event;
1268  */                                              1260  */
1269 void v4l2_ctrl_replace(struct v4l2_event *old    1261 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1270                                                  1262 
1271 /**                                              1263 /**
1272  * v4l2_ctrl_merge - Function to be used as a    1264  * v4l2_ctrl_merge - Function to be used as a callback to
1273  *      &struct v4l2_subscribed_event_ops mer    1265  *      &struct v4l2_subscribed_event_ops merge(\)
1274  *                                               1266  *
1275  * @old: pointer to struct &v4l2_event with t    1267  * @old: pointer to struct &v4l2_event with the reported
1276  *       event;                                  1268  *       event;
1277  * @new: pointer to struct &v4l2_event with t    1269  * @new: pointer to struct &v4l2_event with the merged
1278  *       event;                                  1270  *       event;
1279  */                                              1271  */
1280 void v4l2_ctrl_merge(const struct v4l2_event     1272 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
1281                                                  1273 
1282 /**                                              1274 /**
1283  * v4l2_ctrl_log_status - helper function to     1275  * v4l2_ctrl_log_status - helper function to implement %VIDIOC_LOG_STATUS ioctl
1284  *                                               1276  *
1285  * @file: pointer to struct file                 1277  * @file: pointer to struct file
1286  * @fh: unused. Kept just to be compatible to    1278  * @fh: unused. Kept just to be compatible to the arguments expected by
1287  *      &struct v4l2_ioctl_ops.vidioc_log_sta    1279  *      &struct v4l2_ioctl_ops.vidioc_log_status.
1288  *                                               1280  *
1289  * Can be used as a vidioc_log_status functio    1281  * Can be used as a vidioc_log_status function that just dumps all controls
1290  * associated with the filehandle.               1282  * associated with the filehandle.
1291  */                                              1283  */
1292 int v4l2_ctrl_log_status(struct file *file, v    1284 int v4l2_ctrl_log_status(struct file *file, void *fh);
1293                                                  1285 
1294 /**                                              1286 /**
1295  * v4l2_ctrl_subscribe_event - Subscribes to     1287  * v4l2_ctrl_subscribe_event - Subscribes to an event
1296  *                                               1288  *
1297  *                                               1289  *
1298  * @fh: pointer to struct v4l2_fh                1290  * @fh: pointer to struct v4l2_fh
1299  * @sub: pointer to &struct v4l2_event_subscr    1291  * @sub: pointer to &struct v4l2_event_subscription
1300  *                                               1292  *
1301  * Can be used as a vidioc_subscribe_event fu    1293  * Can be used as a vidioc_subscribe_event function that just subscribes
1302  * control events.                               1294  * control events.
1303  */                                              1295  */
1304 int v4l2_ctrl_subscribe_event(struct v4l2_fh     1296 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh,
1305                                 const struct     1297                                 const struct v4l2_event_subscription *sub);
1306                                                  1298 
1307 /**                                              1299 /**
1308  * v4l2_ctrl_poll - function to be used as a     1300  * v4l2_ctrl_poll - function to be used as a callback to the poll()
1309  *      That just polls for control events.      1301  *      That just polls for control events.
1310  *                                               1302  *
1311  * @file: pointer to struct file                 1303  * @file: pointer to struct file
1312  * @wait: pointer to struct poll_table_struct    1304  * @wait: pointer to struct poll_table_struct
1313  */                                              1305  */
1314 __poll_t v4l2_ctrl_poll(struct file *file, st    1306 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
1315                                                  1307 
1316 /**                                              1308 /**
1317  * v4l2_ctrl_request_setup - helper function     1309  * v4l2_ctrl_request_setup - helper function to apply control values in a request
1318  *                                               1310  *
1319  * @req: The request                             1311  * @req: The request
1320  * @parent: The parent control handler ('priv    1312  * @parent: The parent control handler ('priv' in media_request_object_find())
1321  *                                               1313  *
1322  * This is a helper function to call the cont    1314  * This is a helper function to call the control handler's s_ctrl callback with
1323  * the control values contained in the reques    1315  * the control values contained in the request. Do note that this approach of
1324  * applying control values in a request is on    1316  * applying control values in a request is only applicable to memory-to-memory
1325  * devices.                                      1317  * devices.
1326  */                                              1318  */
1327 int v4l2_ctrl_request_setup(struct media_requ    1319 int v4l2_ctrl_request_setup(struct media_request *req,
1328                              struct v4l2_ctrl    1320                              struct v4l2_ctrl_handler *parent);
1329                                                  1321 
1330 /**                                              1322 /**
1331  * v4l2_ctrl_request_complete - Complete a co    1323  * v4l2_ctrl_request_complete - Complete a control handler request object
1332  *                                               1324  *
1333  * @req: The request                             1325  * @req: The request
1334  * @parent: The parent control handler ('priv    1326  * @parent: The parent control handler ('priv' in media_request_object_find())
1335  *                                               1327  *
1336  * This function is to be called on each cont    1328  * This function is to be called on each control handler that may have had a
1337  * request object associated with it, i.e. co    1329  * request object associated with it, i.e. control handlers of a driver that
1338  * supports requests.                            1330  * supports requests.
1339  *                                               1331  *
1340  * The function first obtains the values of a    1332  * The function first obtains the values of any volatile controls in the control
1341  * handler and attach them to the request. Th    1333  * handler and attach them to the request. Then, the function completes the
1342  * request object.                               1334  * request object.
1343  */                                              1335  */
1344 void v4l2_ctrl_request_complete(struct media_    1336 void v4l2_ctrl_request_complete(struct media_request *req,
1345                                 struct v4l2_c    1337                                 struct v4l2_ctrl_handler *parent);
1346                                                  1338 
1347 /**                                              1339 /**
1348  * v4l2_ctrl_request_hdl_find - Find the cont    1340  * v4l2_ctrl_request_hdl_find - Find the control handler in the request
1349  *                                               1341  *
1350  * @req: The request                             1342  * @req: The request
1351  * @parent: The parent control handler ('priv    1343  * @parent: The parent control handler ('priv' in media_request_object_find())
1352  *                                               1344  *
1353  * This function finds the control handler in    1345  * This function finds the control handler in the request. It may return
1354  * NULL if not found. When done, you must cal !! 1346  * NULL if not found. When done, you must call v4l2_ctrl_request_put_hdl()
1355  * with the returned handler pointer.            1347  * with the returned handler pointer.
1356  *                                               1348  *
1357  * If the request is not in state VALIDATING     1349  * If the request is not in state VALIDATING or QUEUED, then this function
1358  * will always return NULL.                      1350  * will always return NULL.
1359  *                                               1351  *
1360  * Note that in state VALIDATING the req_queu    1352  * Note that in state VALIDATING the req_queue_mutex is held, so
1361  * no objects can be added or deleted from th    1353  * no objects can be added or deleted from the request.
1362  *                                               1354  *
1363  * In state QUEUED it is the driver that will    1355  * In state QUEUED it is the driver that will have to ensure this.
1364  */                                              1356  */
1365 struct v4l2_ctrl_handler *v4l2_ctrl_request_h    1357 struct v4l2_ctrl_handler *v4l2_ctrl_request_hdl_find(struct media_request *req,
1366                                         struc    1358                                         struct v4l2_ctrl_handler *parent);
1367                                                  1359 
1368 /**                                              1360 /**
1369  * v4l2_ctrl_request_hdl_put - Put the contro    1361  * v4l2_ctrl_request_hdl_put - Put the control handler
1370  *                                               1362  *
1371  * @hdl: Put this control handler                1363  * @hdl: Put this control handler
1372  *                                               1364  *
1373  * This function released the control handler    1365  * This function released the control handler previously obtained from'
1374  * v4l2_ctrl_request_hdl_find().                 1366  * v4l2_ctrl_request_hdl_find().
1375  */                                              1367  */
1376 static inline void v4l2_ctrl_request_hdl_put(    1368 static inline void v4l2_ctrl_request_hdl_put(struct v4l2_ctrl_handler *hdl)
1377 {                                                1369 {
1378         if (hdl)                                 1370         if (hdl)
1379                 media_request_object_put(&hdl    1371                 media_request_object_put(&hdl->req_obj);
1380 }                                                1372 }
1381                                                  1373 
1382 /**                                              1374 /**
1383  * v4l2_ctrl_request_hdl_ctrl_find() - Find a    1375  * v4l2_ctrl_request_hdl_ctrl_find() - Find a control with the given ID.
1384  *                                               1376  *
1385  * @hdl: The control handler from the request    1377  * @hdl: The control handler from the request.
1386  * @id: The ID of the control to find.           1378  * @id: The ID of the control to find.
1387  *                                               1379  *
1388  * This function returns a pointer to the con    1380  * This function returns a pointer to the control if this control is
1389  * part of the request or NULL otherwise.        1381  * part of the request or NULL otherwise.
1390  */                                              1382  */
1391 struct v4l2_ctrl *                               1383 struct v4l2_ctrl *
1392 v4l2_ctrl_request_hdl_ctrl_find(struct v4l2_c    1384 v4l2_ctrl_request_hdl_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id);
1393                                                  1385 
1394 /* Helpers for ioctl_ops */                      1386 /* Helpers for ioctl_ops */
1395                                                  1387 
1396 /**                                              1388 /**
1397  * v4l2_queryctrl - Helper function to implem    1389  * v4l2_queryctrl - Helper function to implement
1398  *      :ref:`VIDIOC_QUERYCTRL <vidioc_queryc    1390  *      :ref:`VIDIOC_QUERYCTRL <vidioc_queryctrl>` ioctl
1399  *                                               1391  *
1400  * @hdl: pointer to &struct v4l2_ctrl_handler    1392  * @hdl: pointer to &struct v4l2_ctrl_handler
1401  * @qc: pointer to &struct v4l2_queryctrl        1393  * @qc: pointer to &struct v4l2_queryctrl
1402  *                                               1394  *
1403  * If hdl == NULL then they will all return -    1395  * If hdl == NULL then they will all return -EINVAL.
1404  */                                              1396  */
1405 int v4l2_queryctrl(struct v4l2_ctrl_handler *    1397 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc);
1406                                                  1398 
1407 /**                                              1399 /**
1408  * v4l2_query_ext_ctrl - Helper function to i    1400  * v4l2_query_ext_ctrl - Helper function to implement
1409  *       :ref:`VIDIOC_QUERY_EXT_CTRL <vidioc_    1401  *       :ref:`VIDIOC_QUERY_EXT_CTRL <vidioc_queryctrl>` ioctl
1410  *                                               1402  *
1411  * @hdl: pointer to &struct v4l2_ctrl_handler    1403  * @hdl: pointer to &struct v4l2_ctrl_handler
1412  * @qc: pointer to &struct v4l2_query_ext_ctr    1404  * @qc: pointer to &struct v4l2_query_ext_ctrl
1413  *                                               1405  *
1414  * If hdl == NULL then they will all return -    1406  * If hdl == NULL then they will all return -EINVAL.
1415  */                                              1407  */
1416 int v4l2_query_ext_ctrl(struct v4l2_ctrl_hand    1408 int v4l2_query_ext_ctrl(struct v4l2_ctrl_handler *hdl,
1417                         struct v4l2_query_ext    1409                         struct v4l2_query_ext_ctrl *qc);
1418                                                  1410 
1419 /**                                              1411 /**
1420  * v4l2_querymenu - Helper function to implem    1412  * v4l2_querymenu - Helper function to implement
1421  *      :ref:`VIDIOC_QUERYMENU <vidioc_queryc    1413  *      :ref:`VIDIOC_QUERYMENU <vidioc_queryctrl>` ioctl
1422  *                                               1414  *
1423  * @hdl: pointer to &struct v4l2_ctrl_handler    1415  * @hdl: pointer to &struct v4l2_ctrl_handler
1424  * @qm: pointer to &struct v4l2_querymenu        1416  * @qm: pointer to &struct v4l2_querymenu
1425  *                                               1417  *
1426  * If hdl == NULL then they will all return -    1418  * If hdl == NULL then they will all return -EINVAL.
1427  */                                              1419  */
1428 int v4l2_querymenu(struct v4l2_ctrl_handler *    1420 int v4l2_querymenu(struct v4l2_ctrl_handler *hdl, struct v4l2_querymenu *qm);
1429                                                  1421 
1430 /**                                              1422 /**
1431  * v4l2_g_ctrl - Helper function to implement    1423  * v4l2_g_ctrl - Helper function to implement
1432  *      :ref:`VIDIOC_G_CTRL <vidioc_g_ctrl>`     1424  *      :ref:`VIDIOC_G_CTRL <vidioc_g_ctrl>` ioctl
1433  *                                               1425  *
1434  * @hdl: pointer to &struct v4l2_ctrl_handler    1426  * @hdl: pointer to &struct v4l2_ctrl_handler
1435  * @ctrl: pointer to &struct v4l2_control        1427  * @ctrl: pointer to &struct v4l2_control
1436  *                                               1428  *
1437  * If hdl == NULL then they will all return -    1429  * If hdl == NULL then they will all return -EINVAL.
1438  */                                              1430  */
1439 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl    1431 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl);
1440                                                  1432 
1441 /**                                              1433 /**
1442  * v4l2_s_ctrl - Helper function to implement    1434  * v4l2_s_ctrl - Helper function to implement
1443  *      :ref:`VIDIOC_S_CTRL <vidioc_g_ctrl>`     1435  *      :ref:`VIDIOC_S_CTRL <vidioc_g_ctrl>` ioctl
1444  *                                               1436  *
1445  * @fh: pointer to &struct v4l2_fh               1437  * @fh: pointer to &struct v4l2_fh
1446  * @hdl: pointer to &struct v4l2_ctrl_handler    1438  * @hdl: pointer to &struct v4l2_ctrl_handler
1447  *                                               1439  *
1448  * @ctrl: pointer to &struct v4l2_control        1440  * @ctrl: pointer to &struct v4l2_control
1449  *                                               1441  *
1450  * If hdl == NULL then they will all return -    1442  * If hdl == NULL then they will all return -EINVAL.
1451  */                                              1443  */
1452 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4    1444 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl,
1453                 struct v4l2_control *ctrl);      1445                 struct v4l2_control *ctrl);
1454                                                  1446 
1455 /**                                              1447 /**
1456  * v4l2_g_ext_ctrls - Helper function to impl    1448  * v4l2_g_ext_ctrls - Helper function to implement
1457  *      :ref:`VIDIOC_G_EXT_CTRLS <vidioc_g_ex    1449  *      :ref:`VIDIOC_G_EXT_CTRLS <vidioc_g_ext_ctrls>` ioctl
1458  *                                               1450  *
1459  * @hdl: pointer to &struct v4l2_ctrl_handler    1451  * @hdl: pointer to &struct v4l2_ctrl_handler
1460  * @vdev: pointer to &struct video_device        1452  * @vdev: pointer to &struct video_device
1461  * @mdev: pointer to &struct media_device        1453  * @mdev: pointer to &struct media_device
1462  * @c: pointer to &struct v4l2_ext_controls      1454  * @c: pointer to &struct v4l2_ext_controls
1463  *                                               1455  *
1464  * If hdl == NULL then they will all return -    1456  * If hdl == NULL then they will all return -EINVAL.
1465  */                                              1457  */
1466 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler    1458 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct video_device *vdev,
1467                      struct media_device *mde    1459                      struct media_device *mdev, struct v4l2_ext_controls *c);
1468                                                  1460 
1469 /**                                              1461 /**
1470  * v4l2_try_ext_ctrls - Helper function to im    1462  * v4l2_try_ext_ctrls - Helper function to implement
1471  *      :ref:`VIDIOC_TRY_EXT_CTRLS <vidioc_g_    1463  *      :ref:`VIDIOC_TRY_EXT_CTRLS <vidioc_g_ext_ctrls>` ioctl
1472  *                                               1464  *
1473  * @hdl: pointer to &struct v4l2_ctrl_handler    1465  * @hdl: pointer to &struct v4l2_ctrl_handler
1474  * @vdev: pointer to &struct video_device        1466  * @vdev: pointer to &struct video_device
1475  * @mdev: pointer to &struct media_device        1467  * @mdev: pointer to &struct media_device
1476  * @c: pointer to &struct v4l2_ext_controls      1468  * @c: pointer to &struct v4l2_ext_controls
1477  *                                               1469  *
1478  * If hdl == NULL then they will all return -    1470  * If hdl == NULL then they will all return -EINVAL.
1479  */                                              1471  */
1480 int v4l2_try_ext_ctrls(struct v4l2_ctrl_handl    1472 int v4l2_try_ext_ctrls(struct v4l2_ctrl_handler *hdl,
1481                        struct video_device *v    1473                        struct video_device *vdev,
1482                        struct media_device *m    1474                        struct media_device *mdev,
1483                        struct v4l2_ext_contro    1475                        struct v4l2_ext_controls *c);
1484                                                  1476 
1485 /**                                              1477 /**
1486  * v4l2_s_ext_ctrls - Helper function to impl    1478  * v4l2_s_ext_ctrls - Helper function to implement
1487  *      :ref:`VIDIOC_S_EXT_CTRLS <vidioc_g_ex    1479  *      :ref:`VIDIOC_S_EXT_CTRLS <vidioc_g_ext_ctrls>` ioctl
1488  *                                               1480  *
1489  * @fh: pointer to &struct v4l2_fh               1481  * @fh: pointer to &struct v4l2_fh
1490  * @hdl: pointer to &struct v4l2_ctrl_handler    1482  * @hdl: pointer to &struct v4l2_ctrl_handler
1491  * @vdev: pointer to &struct video_device        1483  * @vdev: pointer to &struct video_device
1492  * @mdev: pointer to &struct media_device        1484  * @mdev: pointer to &struct media_device
1493  * @c: pointer to &struct v4l2_ext_controls      1485  * @c: pointer to &struct v4l2_ext_controls
1494  *                                               1486  *
1495  * If hdl == NULL then they will all return -    1487  * If hdl == NULL then they will all return -EINVAL.
1496  */                                              1488  */
1497 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, stru    1489 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl,
1498                      struct video_device *vde    1490                      struct video_device *vdev,
1499                      struct media_device *mde    1491                      struct media_device *mdev,
1500                      struct v4l2_ext_controls    1492                      struct v4l2_ext_controls *c);
1501                                                  1493 
1502 /**                                              1494 /**
1503  * v4l2_ctrl_subdev_subscribe_event - Helper     1495  * v4l2_ctrl_subdev_subscribe_event - Helper function to implement
1504  *      as a &struct v4l2_subdev_core_ops sub    1496  *      as a &struct v4l2_subdev_core_ops subscribe_event function
1505  *      that just subscribes control events.     1497  *      that just subscribes control events.
1506  *                                               1498  *
1507  * @sd: pointer to &struct v4l2_subdev           1499  * @sd: pointer to &struct v4l2_subdev
1508  * @fh: pointer to &struct v4l2_fh               1500  * @fh: pointer to &struct v4l2_fh
1509  * @sub: pointer to &struct v4l2_event_subscr    1501  * @sub: pointer to &struct v4l2_event_subscription
1510  */                                              1502  */
1511 int v4l2_ctrl_subdev_subscribe_event(struct v    1503 int v4l2_ctrl_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,
1512                                      struct v    1504                                      struct v4l2_event_subscription *sub);
1513                                                  1505 
1514 /**                                              1506 /**
1515  * v4l2_ctrl_subdev_log_status - Log all cont    1507  * v4l2_ctrl_subdev_log_status - Log all controls owned by subdev's control
1516  *       handler.                                1508  *       handler.
1517  *                                               1509  *
1518  * @sd: pointer to &struct v4l2_subdev           1510  * @sd: pointer to &struct v4l2_subdev
1519  */                                              1511  */
1520 int v4l2_ctrl_subdev_log_status(struct v4l2_s    1512 int v4l2_ctrl_subdev_log_status(struct v4l2_subdev *sd);
1521                                                  1513 
1522 /**                                              1514 /**
1523  * v4l2_ctrl_new_fwnode_properties() - Regist    1515  * v4l2_ctrl_new_fwnode_properties() - Register controls for the device
1524  *                                     proper    1516  *                                     properties
1525  *                                               1517  *
1526  * @hdl: pointer to &struct v4l2_ctrl_handler    1518  * @hdl: pointer to &struct v4l2_ctrl_handler to register controls on
1527  * @ctrl_ops: pointer to &struct v4l2_ctrl_op    1519  * @ctrl_ops: pointer to &struct v4l2_ctrl_ops to register controls with
1528  * @p: pointer to &struct v4l2_fwnode_device_    1520  * @p: pointer to &struct v4l2_fwnode_device_properties
1529  *                                               1521  *
1530  * This function registers controls associate    1522  * This function registers controls associated to device properties, using the
1531  * property values contained in @p parameter,    1523  * property values contained in @p parameter, if the property has been set to
1532  * a value.                                      1524  * a value.
1533  *                                               1525  *
1534  * Currently the following v4l2 controls are     1526  * Currently the following v4l2 controls are parsed and registered:
1535  * - V4L2_CID_CAMERA_ORIENTATION                 1527  * - V4L2_CID_CAMERA_ORIENTATION
1536  * - V4L2_CID_CAMERA_SENSOR_ROTATION;            1528  * - V4L2_CID_CAMERA_SENSOR_ROTATION;
1537  *                                               1529  *
1538  * Controls already registered by the caller     1530  * Controls already registered by the caller with the @hdl control handler are
1539  * not overwritten. Callers should register t    1531  * not overwritten. Callers should register the controls they want to handle
1540  * themselves before calling this function.      1532  * themselves before calling this function.
1541  *                                               1533  *
1542  * Return: 0 on success, a negative error cod    1534  * Return: 0 on success, a negative error code on failure.
1543  */                                              1535  */
1544 int v4l2_ctrl_new_fwnode_properties(struct v4    1536 int v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl,
1545                                     const str    1537                                     const struct v4l2_ctrl_ops *ctrl_ops,
1546                                     const str    1538                                     const struct v4l2_fwnode_device_properties *p);
1547                                                  1539 
1548 /**                                              1540 /**
1549  * v4l2_ctrl_type_op_equal - Default v4l2_ctr    1541  * v4l2_ctrl_type_op_equal - Default v4l2_ctrl_type_ops equal callback.
1550  *                                               1542  *
1551  * @ctrl: The v4l2_ctrl pointer.                 1543  * @ctrl: The v4l2_ctrl pointer.
1552  * @ptr1: A v4l2 control value.                  1544  * @ptr1: A v4l2 control value.
1553  * @ptr2: A v4l2 control value.                  1545  * @ptr2: A v4l2 control value.
1554  *                                               1546  *
1555  * Return: true if values are equal, otherwis    1547  * Return: true if values are equal, otherwise false.
1556  */                                              1548  */
1557 bool v4l2_ctrl_type_op_equal(const struct v4l    1549 bool v4l2_ctrl_type_op_equal(const struct v4l2_ctrl *ctrl,
1558                              union v4l2_ctrl_    1550                              union v4l2_ctrl_ptr ptr1, union v4l2_ctrl_ptr ptr2);
1559                                                  1551 
1560 /**                                              1552 /**
1561  * v4l2_ctrl_type_op_init - Default v4l2_ctrl    1553  * v4l2_ctrl_type_op_init - Default v4l2_ctrl_type_ops init callback.
1562  *                                               1554  *
1563  * @ctrl: The v4l2_ctrl pointer.                 1555  * @ctrl: The v4l2_ctrl pointer.
1564  * @from_idx: Starting element index.            1556  * @from_idx: Starting element index.
1565  * @ptr: The v4l2 control value.                 1557  * @ptr: The v4l2 control value.
1566  *                                               1558  *
1567  * Return: void                                  1559  * Return: void
1568  */                                              1560  */
1569 void v4l2_ctrl_type_op_init(const struct v4l2    1561 void v4l2_ctrl_type_op_init(const struct v4l2_ctrl *ctrl, u32 from_idx,
1570                             union v4l2_ctrl_p    1562                             union v4l2_ctrl_ptr ptr);
1571                                                  1563 
1572 /**                                              1564 /**
1573  * v4l2_ctrl_type_op_log - Default v4l2_ctrl_    1565  * v4l2_ctrl_type_op_log - Default v4l2_ctrl_type_ops log callback.
1574  *                                               1566  *
1575  * @ctrl: The v4l2_ctrl pointer.                 1567  * @ctrl: The v4l2_ctrl pointer.
1576  *                                               1568  *
1577  * Return: void                                  1569  * Return: void
1578  */                                              1570  */
1579 void v4l2_ctrl_type_op_log(const struct v4l2_    1571 void v4l2_ctrl_type_op_log(const struct v4l2_ctrl *ctrl);
1580                                                  1572 
1581 /**                                              1573 /**
1582  * v4l2_ctrl_type_op_validate - Default v4l2_    1574  * v4l2_ctrl_type_op_validate - Default v4l2_ctrl_type_ops validate callback.
1583  *                                               1575  *
1584  * @ctrl: The v4l2_ctrl pointer.                 1576  * @ctrl: The v4l2_ctrl pointer.
1585  * @ptr: The v4l2 control value.                 1577  * @ptr: The v4l2 control value.
1586  *                                               1578  *
1587  * Return: 0 on success, a negative error cod    1579  * Return: 0 on success, a negative error code on failure.
1588  */                                              1580  */
1589 int v4l2_ctrl_type_op_validate(const struct v    1581 int v4l2_ctrl_type_op_validate(const struct v4l2_ctrl *ctrl, union v4l2_ctrl_ptr ptr);
1590                                                  1582 
1591 #endif                                           1583 #endif
1592                                                  1584 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php