Lines Matching full:routes

991 		memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes,  in subdev_do_ioctl()
992 krouting->routes, in subdev_do_ioctl()
994 sizeof(*krouting->routes)); in subdev_do_ioctl()
1002 struct v4l2_subdev_route *routes = in subdev_do_ioctl() local
1003 (struct v4l2_subdev_route *)(uintptr_t)routing->routes; in subdev_do_ioctl()
1022 const struct v4l2_subdev_route *route = &routes[i]; in subdev_do_ioctl()
1049 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
1050 state->routing.routes, in subdev_do_ioctl()
1052 sizeof(*state->routing.routes)); in subdev_do_ioctl()
1060 krouting.routes = routes; in subdev_do_ioctl()
1067 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
1068 state->routing.routes, in subdev_do_ioctl()
1070 sizeof(*state->routing.routes)); in subdev_do_ioctl()
1546 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_has_pad_interdep()
1625 kfree(state->routing.routes); in __v4l2_subdev_state_free()
1928 sizeof(*src->routes), &bytes))) in v4l2_subdev_set_routing()
1934 new_routing.routes = kmemdup(src->routes, bytes, GFP_KERNEL); in v4l2_subdev_set_routing()
1935 if (!new_routing.routes) in v4l2_subdev_set_routing()
1944 kfree(new_routing.routes); in v4l2_subdev_set_routing()
1948 kfree(dst->routes); in v4l2_subdev_set_routing()
1962 route = &routing->routes[0]; in __v4l2_subdev_next_active_route()
1964 for (; route < routing->routes + routing->num_routes; ++route) { in __v4l2_subdev_next_active_route()
2004 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_find_opposite_end()
2091 const struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_validate()
2170 const struct v4l2_subdev_route *r = &routing->routes[j]; in v4l2_subdev_routing_validate()
2173 * V4L2_SUBDEV_ROUTING_NO_1_TO_N: No two routes can in v4l2_subdev_routing_validate()
2180 "routes %u and %u originate from same sink (%u/%u)\n", in v4l2_subdev_routing_validate()
2187 * V4L2_SUBDEV_ROUTING_NO_N_TO_1: No two routes can end in v4l2_subdev_routing_validate()
2194 "routes %u and %u end at same source (%u/%u)\n", in v4l2_subdev_routing_validate()