Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst70 supports reading registers from the device or ``V4L2_CHIP_FL_WRITABLE``
123 ``V4L2_CHIP_FL_WRITABLE`` is set, then it supports writing
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions539 replace define V4L2_CHIP_FL_WRITABLE vidioc_dbg_g_register
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2587 #define V4L2_CHIP_FL_WRITABLE (1 << 1) macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2637 p->flags |= V4L2_CHIP_FL_WRITABLE; in v4l_dbg_g_chip_info()
2654 p->flags |= V4L2_CHIP_FL_WRITABLE; in v4l_dbg_g_chip_info()
H A Dv4l2-subdev.c629 p->flags |= V4L2_CHIP_FL_WRITABLE; in subdev_do_ioctl()