Lines Matching full:compound
59 * @p: Pointer to a compound value.
60 * @p_const: Pointer to a constant compound value.
247 * through a pointer (for compound controls only).
417 * @type_ops: The control type ops. Only needed for compound controls.
425 * @p_def: The control's default value for compound controls.
718 * compound control.
725 * Sames as v4l2_ctrl_new_std(), but with support to compound controls, thanks
728 * compound control should be all zeroes.
1209 * __v4l2_ctrl_s_ctrl_compound() - Unlocked variant to set a compound control
1213 * @p: The new compound payload.
1215 * This sets the control's new compound payload safely by going through the
1219 * This function is for compound type controls only.
1225 * v4l2_ctrl_s_ctrl_compound() - Helper function to set a compound control
1230 * @p: The new compound payload.
1232 * This sets the control's new compound payload safely by going through the
1236 * This function is for compound type controls only.