Home
last modified time | relevance | path

Searched refs:V4L2_CID_MAX_CTRLS (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dvideodev2.h1898 #define V4L2_CID_MAX_CTRLS 1024 macro
/linux-5.19.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions557 ignore define V4L2_CID_MAX_CTRLS
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c3072 if (ctrls->count > V4L2_CID_MAX_CTRLS) { in check_array_args()