Lines Matching refs:all
8 After all, the only part that a driver developer is interested in is:
20 The control framework was created in order to implement all the rules of the
80 Finally, remove all control functions from your v4l2_ioctl_ops (if any):
99 And set all core control ops in your struct v4l2_subdev_core_ops to these
110 Note: this is a temporary solution only. Once all V4L2 drivers that depend
192 like type, name, flags are all global. The control's current value will be set
218 This makes it easy to init the handler and just add all controls and only check
228 This will call s_ctrl for all controls unconditionally. Effectively this
239 Usually all you need is s_ctrl:
257 The new control value has already been validated, so all you need to do is
318 For all other types use ctrl->p_cur.p<something>. Basically the val
364 While in g_volatile/s/try_ctrl you can access the value of all controls owned
407 it to 0 means that all menu items are supported.
448 You can set the 'active' status using v4l2_ctrl_activate(). By default all
466 By default all controls are independent from the others. But in more
490 all two controls belonging to the audio_cluster:
543 Obviously, all controls in the cluster array must be initialized to either
561 autowhitebalance/red balance/blue balance. In all cases you have one control
595 Using this function will ensure that you don't need to handle all the complex
613 all video nodes. But you can also specify different control handlers for
643 all controls.
702 by default all controls from one are merged to the other. But a subdev might