Searched refs:len_routes (Results 1 – 6 of 6) sorted by relevance
56 The ``len_routes`` field indicates the number of routes that can fit in the69 The kernel can return a ``num_routes`` value larger than ``len_routes`` from72 with the first ``len_routes`` entries of the subdevice routing table. This is94 - ``len_routes``
240 __u32 len_routes; member
995 min(krouting->num_routes, routing->len_routes) * in subdev_do_ioctl()1018 if (routing->num_routes > routing->len_routes) in subdev_do_ioctl()1053 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()1061 krouting.len_routes = routing->len_routes; in subdev_do_ioctl()1071 min(state->routing.num_routes, routing->len_routes) * in subdev_do_ioctl()
3230 if (routing->len_routes > 256) in check_array_args()3236 * routing->len_routes; in check_array_args()
734 unsigned int len_routes; member
1224 .len_routes = ARRAY_SIZE(routes), in unicam_subdev_init_state()