Home
last modified time | relevance | path

Searched refs:V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-remove-bufs.rst37 This ioctl is available if the ``V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS`` capability
Dvidioc-reqbufs.rst167 * - ``V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS``
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1075 #define V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS (1 << 8) macro
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c2154 p->capabilities = V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS; in v4l_reqbufs()
2202 create->capabilities = V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS; in v4l_create_bufs()