Home
last modified time | relevance | path

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

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