Home
last modified time | relevance | path

Searched refs:V4L2_CHIP_FL_READABLE (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst69 ``flags`` field will contain ``V4L2_CHIP_FL_READABLE`` if the driver
121 - Set by the driver. If ``V4L2_CHIP_FL_READABLE`` is set, then the
/linux/include/uapi/linux/
H A Dvideodev2.h2635 #define V4L2_CHIP_FL_READABLE (1 << 0) macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions540 replace define V4L2_CHIP_FL_READABLE vidioc_dbg_g_register
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2708 p->flags |= V4L2_CHIP_FL_READABLE; in v4l_dbg_g_chip_info()
2725 p->flags |= V4L2_CHIP_FL_READABLE; in v4l_dbg_g_chip_info()
H A Dv4l2-subdev.c725 p->flags |= V4L2_CHIP_FL_READABLE; in subdev_do_ioctl()