Lines Matching refs:argument
60 The second argument is a hint telling the function how many controls this
196 controls. There is no min argument since that is always 0 for menu controls,
197 and instead of a step there is a skip_mask argument: if bit X is 1, then menu
202 v4l2_ctrl_new_std_menu in that it doesn't have the mask argument and takes
203 as the last argument an array of signed 64-bit integers that form an exact
256 The control ops are called with the v4l2_ctrl pointer as argument.
430 The last argument is the priv pointer which can be set to driver-specific
489 So when s_ctrl is called with V4L2_CID_AUDIO_VOLUME as argument, you should set
585 The first two arguments are identical to v4l2_ctrl_cluster. The third argument
587 last argument will optionally set V4L2_CTRL_FLAG_VOLATILE for the non-auto controls.
641 The last argument to v4l2_ctrl_add_handler() is a filter function that allows