Lines Matching full:pointer
39 * union v4l2_ctrl_ptr - A pointer to a control value.
40 * @p_s32: Pointer to a 32-bit signed value.
41 * @p_s64: Pointer to a 64-bit signed value.
42 * @p_u8: Pointer to a 8-bit unsigned value.
43 * @p_u16: Pointer to a 16-bit unsigned value.
44 * @p_u32: Pointer to a 32-bit unsigned value.
45 * @p_char: Pointer to a string.
46 * @p_mpeg2_slice_params: Pointer to a MPEG2 slice parameters structure.
47 * @p_mpeg2_quantization: Pointer to a MPEG2 quantization data structure.
48 * @p_fwht_params: Pointer to a FWHT stateless parameters structure.
49 * @p_h264_sps: Pointer to a struct v4l2_ctrl_h264_sps.
50 * @p_h264_pps: Pointer to a struct v4l2_ctrl_h264_pps.
51 * @p_h264_scaling_matrix: Pointer to a struct v4l2_ctrl_h264_scaling_matrix.
52 * @p_h264_slice_params: Pointer to a struct v4l2_ctrl_h264_slice_params.
53 * @p_h264_decode_params: Pointer to a struct v4l2_ctrl_h264_decode_params.
54 * @p_h264_pred_weights: Pointer to a struct v4l2_ctrl_h264_pred_weights.
55 * @p_vp8_frame_header: Pointer to a VP8 frame header structure.
56 * @p_hevc_sps: Pointer to an HEVC sequence parameter set structure.
57 * @p_hevc_pps: Pointer to an HEVC picture parameter set structure.
58 * @p_hevc_slice_params: Pointer to an HEVC slice parameters structure.
59 * @p_area: Pointer to an area.
60 * @p: Pointer to a compound value.
61 * @p_const: Pointer to a constant compound value.
90 * void pointer
91 * @ptr: The void pointer
145 * @ctrl: pointer to struct &v4l2_ctrl
224 * @priv: The control's private pointer. For use by the driver. It is
225 * untouched by the control framework. Note that this pointer is
228 * to free this pointer.
231 * through a pointer (for compound controls only).
234 * through a pointer.
237 * through a pointer.
297 * @helper: Pointer to helper struct. Used internally in
316 * keep a sorted-by-control-ID list of all controls, while the next pointer
435 * @name: pointer to be filled with a string with the name of the control
436 * @type: pointer for storing the type of the control
437 * @min: pointer for storing the minimum value for the control
438 * @max: pointer for storing the maximum value for the control
439 * @step: pointer for storing the control step
440 * @def: pointer for storing the default value for the control
441 * @flags: pointer for storing the flags to be used on the control
694 * pointer. Use v4l2_ctrl_ptr_create(NULL) if the default value of the
728 * @ctrl: pointer to struct &v4l2_ctrl.
744 * Does nothing if either of the two handlers is a NULL pointer.
1178 * @old: pointer to struct &v4l2_event with the reported
1180 * @new: pointer to struct &v4l2_event with the modified
1189 * @old: pointer to struct &v4l2_event with the reported
1191 * @new: pointer to struct &v4l2_event with the merged
1199 * @file: pointer to struct file
1212 * @fh: pointer to struct v4l2_fh
1213 * @sub: pointer to &struct v4l2_event_subscription
1225 * @file: pointer to struct file
1226 * @wait: pointer to struct poll_table_struct
1269 * with the returned handler pointer.
1302 * This function returns a pointer to the control if this control is
1314 * @hdl: pointer to &struct v4l2_ctrl_handler
1315 * @qc: pointer to &struct v4l2_queryctrl
1325 * @hdl: pointer to &struct v4l2_ctrl_handler
1326 * @qc: pointer to &struct v4l2_query_ext_ctrl
1337 * @hdl: pointer to &struct v4l2_ctrl_handler
1338 * @qm: pointer to &struct v4l2_querymenu
1348 * @hdl: pointer to &struct v4l2_ctrl_handler
1349 * @ctrl: pointer to &struct v4l2_control
1359 * @fh: pointer to &struct v4l2_fh
1360 * @hdl: pointer to &struct v4l2_ctrl_handler
1362 * @ctrl: pointer to &struct v4l2_control
1373 * @hdl: pointer to &struct v4l2_ctrl_handler
1374 * @vdev: pointer to &struct video_device
1375 * @mdev: pointer to &struct media_device
1376 * @c: pointer to &struct v4l2_ext_controls
1387 * @hdl: pointer to &struct v4l2_ctrl_handler
1388 * @vdev: pointer to &struct video_device
1389 * @mdev: pointer to &struct media_device
1390 * @c: pointer to &struct v4l2_ext_controls
1403 * @fh: pointer to &struct v4l2_fh
1404 * @hdl: pointer to &struct v4l2_ctrl_handler
1405 * @vdev: pointer to &struct video_device
1406 * @mdev: pointer to &struct media_device
1407 * @c: pointer to &struct v4l2_ext_controls
1421 * @sd: pointer to &struct v4l2_subdev
1422 * @fh: pointer to &struct v4l2_fh
1423 * @sub: pointer to &struct v4l2_event_subscription
1432 * @sd: pointer to &struct v4l2_subdev
1440 * @hdl: pointer to &struct v4l2_ctrl_handler to register controls on
1441 * @ctrl_ops: pointer to &struct v4l2_ctrl_ops to register controls with
1442 * @p: pointer to &struct v4l2_fwnode_device_properties