Home
last modified time | relevance | path

Searched refs:len_routes (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-routing.rst56 The ``len_routes`` field indicates the number of routes that can fit in the
69 The kernel can return a ``num_routes`` value larger than ``len_routes`` from
72 with the first ``len_routes`` entries of the subdevice routing table. This is
94 - ``len_routes``
/linux-6.12.1/include/uapi/linux/
Dv4l2-subdev.h240 __u32 len_routes; member
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-subdev.c973 min(krouting->num_routes, routing->len_routes) * in subdev_do_ioctl()
996 if (routing->num_routes > routing->len_routes) in subdev_do_ioctl()
1031 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
1039 krouting.len_routes = routing->len_routes; in subdev_do_ioctl()
1049 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
Dv4l2-ioctl.c3220 if (routing->len_routes > 256) in check_array_args()
3226 * routing->len_routes; in check_array_args()
/linux-6.12.1/include/media/
Dv4l2-subdev.h733 unsigned int len_routes; member
/linux-6.12.1/drivers/media/platform/broadcom/
Dbcm2835-unicam.c1205 .len_routes = ARRAY_SIZE(routes), in unicam_subdev_init_state()