Lines Matching refs:routes
44 ``VIDIOC_SUBDEV_G_ROUTING`` ioctl and application may enable or disable routes
45 with the ``VIDIOC_SUBDEV_S_ROUTING`` ioctl, by adding or removing routes and
48 ``VIDIOC_SUBDEV_S_ROUTING`` returns the routes back to the user.
56 The ``len_routes`` field indicates the number of routes that can fit in the
57 ``routes`` array allocated by userspace. It is set by applications for both
58 ioctls to indicate how many routes the kernel can return, and is never modified
61 The ``num_routes`` field indicates the number of routes in the routing
63 routes that the application stored in the ``routes`` array. For both ioctls, it
64 is returned by the kernel and indicates how many routes are stored in the
70 both ioctls. This indicates thare are more routes in the routing table than fits
71 the ``routes`` array. In this case, the ``routes`` array is filled by the kernel
74 wants to retrieve the missing routes, it can issue a new
75 ``VIDIOC_SUBDEV_G_ROUTING`` call with a large enough ``routes`` array.
77 ``VIDIOC_SUBDEV_S_ROUTING`` may return more routes than the user provided in
97 - ``routes[]``
101 - Number of entries of the routes array
164 larger than the number of routes the driver can handle.