Home
last modified time | relevance | path

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

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