Lines Matching full:compound
17 * Include the stateless codec compound control definitions.
60 * @p: Pointer to a compound value.
61 * @p_const: Pointer to a constant compound value.
231 * through a pointer (for compound controls only).
384 * @type_ops: The control type ops. Only needed for compound controls.
392 * @p_def: The control's default value for compound controls.
685 * compound control.
692 * Sames as v4l2_ctrl_new_std(), but with support to compound controls, thanks
695 * compound control should be all zeroes.
1123 * __v4l2_ctrl_s_ctrl_compound() - Unlocked variant to set a compound control
1127 * @p: The new compound payload.
1129 * This sets the control's new compound payload safely by going through the
1133 * This function is for compound type controls only.
1139 * v4l2_ctrl_s_ctrl_compound() - Helper function to set a compound control
1144 * @p: The new compound payload.
1146 * This sets the control's new compound payload safely by going through the
1150 * This function is for compound type controls only.