Lines Matching refs:routes
971 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
972 krouting->routes, in subdev_do_ioctl()
974 sizeof(*krouting->routes)); in subdev_do_ioctl()
982 struct v4l2_subdev_route *routes = in subdev_do_ioctl() local
983 (struct v4l2_subdev_route *)(uintptr_t)routing->routes; in subdev_do_ioctl()
1002 const struct v4l2_subdev_route *route = &routes[i]; in subdev_do_ioctl()
1029 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
1030 state->routing.routes, in subdev_do_ioctl()
1032 sizeof(*state->routing.routes)); in subdev_do_ioctl()
1040 krouting.routes = routes; in subdev_do_ioctl()
1047 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
1048 state->routing.routes, in subdev_do_ioctl()
1050 sizeof(*state->routing.routes)); in subdev_do_ioctl()
1526 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_has_pad_interdep()
1605 kfree(state->routing.routes); in __v4l2_subdev_state_free()
1905 sizeof(*src->routes), &bytes))) in v4l2_subdev_set_routing()
1911 new_routing.routes = kmemdup(src->routes, bytes, GFP_KERNEL); in v4l2_subdev_set_routing()
1912 if (!new_routing.routes) in v4l2_subdev_set_routing()
1921 kfree(new_routing.routes); in v4l2_subdev_set_routing()
1925 kfree(dst->routes); in v4l2_subdev_set_routing()
1939 route = &routing->routes[0]; in __v4l2_subdev_next_active_route()
1941 for (; route < routing->routes + routing->num_routes; ++route) { in __v4l2_subdev_next_active_route()
1981 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_find_opposite_end()
2068 const struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_validate()
2147 const struct v4l2_subdev_route *r = &routing->routes[j]; in v4l2_subdev_routing_validate()