Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-dbg-g-chip-info.rst78 supports reading registers from the device or ``V4L2_CHIP_FL_WRITABLE``
133 ``V4L2_CHIP_FL_WRITABLE`` is set, then it supports writing
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-subdev.c425 p->flags |= V4L2_CHIP_FL_WRITABLE; in subdev_do_ioctl()
Dv4l2-ioctl.c2493 p->flags |= V4L2_CHIP_FL_WRITABLE; in v4l_dbg_g_chip_info()
2510 p->flags |= V4L2_CHIP_FL_WRITABLE; in v4l_dbg_g_chip_info()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions503 replace define V4L2_CHIP_FL_WRITABLE vidioc_dbg_g_register
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2379 #define V4L2_CHIP_FL_WRITABLE (1 << 1) macro