Lines Matching +full:reg +full:- +full:names
1 /* SPDX-License-Identifier: GPL-2.0 */
8 * Some commonly needed functions for drivers (v4l2-common.o module)
23 * struct v4l2_ioctl_ops - describe operations for each V4L2 ioctl
519 /* Stream type-dependent parameter ioctls */
550 struct v4l2_dbg_register *reg);
552 const struct v4l2_dbg_register *reg);
611 * v4l2_norm_to_name - Ancillary routine to analog TV standard name from its ID.
622 * v4l2_video_std_frame_period - Ancillary routine that fills a
632 * v4l2_video_std_construct - Ancillary routine that fills in the fields of
647 * v4l_video_std_enumstd - Ancillary routine that fills in the fields of
648 * a &v4l2_standard structure according to the @id and @vs->index
658 * v4l_printk_ioctl - Ancillary routine that prints the ioctl in a
659 * human-readable format.
673 /* names for fancy debug output */
679 * v4l2_compat_ioctl32 -32 Bits compatibility layer for 64 bits processors
690 * typedef v4l2_kioctl - Typedef used to pass an ioctl handler.
699 * video_usercopy - copies data from/to userspace memory when an ioctl is
715 * video_ioctl2 - Handles a V4L2 ioctl.
729 * based on the 'time_t' definition on 32-bit architectures, so
731 * This is the old version for 32-bit architectures.