Lines Matching full:compound
60 * @p: Pointer to a compound value.
61 * @p_const: Pointer to a constant compound value.
255 * through a pointer (for compound controls only).
258 * through a pointer (for compound controls only).
261 * through a pointer (for compound controls only).
433 * @type_ops: The control type ops. Only needed for compound controls.
441 * @p_def: The control's default value for compound controls.
442 * @p_min: The control's minimum value for compound controls.
443 * @p_max: The control's maximum value for compound controls.
738 * compound control.
747 * Same as v4l2_ctrl_new_std(), but with support for compound controls.
751 * value of the compound control to be all zeroes.
752 * If the compound control does not set the ``V4L2_CTRL_FLAG_HAS_WHICH_MIN_MAX``
1237 * __v4l2_ctrl_s_ctrl_compound() - Unlocked variant to set a compound control
1241 * @p: The new compound payload.
1243 * This sets the control's new compound payload safely by going through the
1247 * This function is for compound type controls only.
1253 * v4l2_ctrl_s_ctrl_compound() - Helper function to set a compound control
1258 * @p: The new compound payload.
1260 * This sets the control's new compound payload safely by going through the
1264 * This function is for compound type controls only.