Lines Matching refs:then

187 then there is no need to store it.
197 and instead of a step there is a skip_mask argument: if bit X is 1, then menu
215 set, then it will just return and do nothing. This is also true for
278 and v4l2_device are set, then the controls of the subdev will become
280 contains controls that already exist in the V4L2 driver, then those will be
313 If the control has a simple s32 type type, then:
361 If s_ctrl returns 0 (OK), then the control framework will copy the new final
366 the value of controls owned by other handlers, then you have to be very careful
435 If the name field is not set, then the framework will assume this is a standard
442 If you get more complex relationships between controls, then you may have to
444 on, then the Chroma Gain control is inactive. That is, you may set it, but
457 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework
536 particular feature), then mute will be NULL. So in that case we have a
551 controls, then the 'is_new' flag would be 1 for both controls.
565 If the cluster is in automatic mode, then the manual controls should be
570 If the cluster is put in manual mode, then the manual controls should become
588 If it is false, then the manual controls are never volatile. You would typically
605 prefix as well. If the prefix didn't end with a space, then ': ' will be added
617 That is no problem if there are no subdevs involved but if there are, then
623 After each subdev was added, you will then have to call v4l2_ctrl_add_handler
631 of another handler (e.g. for a video device node), then you should first add
701 When one control handler is added to another using v4l2_ctrl_add_handler, then