Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: vidioc-subdev-g-client-cap.rst: document struct v4l2_subdev_client_capability

The struct v4l2_subdev_client_capability was never actually documented,
only the capability flags were documented.

Add this.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

+15
+15
Documentation/userspace-api/media/v4l/vidioc-subdev-g-client-cap.rst
··· 61 61 the kernel is older than the headers the userspace uses, and thus the capability 62 62 is unknown to the kernel. 63 63 64 + .. tabularcolumns:: |p{1.5cm}|p{2.9cm}|p{12.9cm}| 65 + 66 + .. c:type:: v4l2_subdev_client_capability 67 + 68 + .. flat-table:: struct v4l2_subdev_client_capability 69 + :header-rows: 0 70 + :stub-columns: 0 71 + :widths: 3 4 20 72 + 73 + * - __u64 74 + - ``capabilities`` 75 + - Sub-device client capabilities of the opened device. 76 + 77 + .. tabularcolumns:: |p{6.8cm}|p{2.4cm}|p{8.1cm}| 78 + 64 79 .. flat-table:: Client Capabilities 65 80 :header-rows: 1 66 81