Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A 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/include/uapi/linux/
H A Dv4l2-subdev.h240 __u32 len_routes; member
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c993 min(krouting->num_routes, routing->len_routes) * in subdev_do_ioctl()
1016 if (routing->num_routes > routing->len_routes) in subdev_do_ioctl()
1051 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
1059 krouting.len_routes = routing->len_routes; in subdev_do_ioctl()
1069 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
H A Dv4l2-ioctl.c3223 if (routing->len_routes > 256) in check_array_args()
3229 * routing->len_routes; in check_array_args()
/linux/include/media/
H A Dv4l2-subdev.h734 unsigned int len_routes; member