Home
last modified time | relevance | path

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

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