Home
last modified time | relevance | path

Searched refs:other_stream (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1716 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument
1727 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1728 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()
1735 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1736 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()
1749 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
1754 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
1759 other_stream); in v4l2_subdev_state_get_opposite_stream_format()
/openbmc/linux/include/media/
H A Dv4l2-subdev.h1607 u32 *other_stream);