Home
last modified time | relevance | path

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

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