Home
last modified time | relevance | path

Searched refs:VIDIOC_DBG_G_CHIP_INFO (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst7 ioctl VIDIOC_DBG_G_CHIP_INFO
13 VIDIOC_DBG_G_CHIP_INFO - Identify the chips on a TV card
18 .. c:macro:: VIDIOC_DBG_G_CHIP_INFO
20 ``int ioctl(int fd, VIDIOC_DBG_G_CHIP_INFO, struct v4l2_dbg_chip_info *argp)``
52 :ref:`VIDIOC_DBG_G_CHIP_INFO` with a pointer to this structure. On success
59 :ref:`VIDIOC_DBG_G_CHIP_INFO` fails with an ``EINVAL`` error code. The number
H A Dvidioc-dbg-g-register.rst69 :ref:`VIDIOC_DBG_G_CHIP_INFO` ioctl.
76 :ref:`VIDIOC_DBG_G_CHIP_INFO`. Conversely
77 it may support ``VIDIOC_DBG_G_CHIP_INFO`` but not these ioctls.
H A Dv4l2.rst167 Added VIDIOC_DBG_G_CHIP_INFO.
H A Dhist-v4l2.rst1124 :ref:`VIDIOC_DBG_G_CHIP_INFO`.
1254 - :ref:`VIDIOC_DBG_G_CHIP_INFO` ioctl.
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c595 __set_bit(_IOC_NR(VIDIOC_DBG_G_CHIP_INFO), valid_ioctls); in determine_valid_ioctls()
H A Dv4l2-subdev.c716 case VIDIOC_DBG_G_CHIP_INFO: in subdev_do_ioctl()
H A Dv4l2-ioctl.c2980 …IOCTL_INFO(VIDIOC_DBG_G_CHIP_INFO, v4l_dbg_g_chip_info, v4l_print_dbg_chip_info, INFO_FL_CLEAR(v4l…
/linux/include/uapi/linux/
H A Dvideodev2.h2783 #define VIDIOC_DBG_G_CHIP_INFO _IOWR('V', 102, struct v4l2_dbg_chip_info) macro