Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c2036 u32 pad, u32 stream, u32 *other_pad, in v4l2_subdev_routing_find_opposite_end() argument
2046 if (other_pad) in v4l2_subdev_routing_find_opposite_end()
2047 *other_pad = route->sink_pad; in v4l2_subdev_routing_find_opposite_end()
2054 if (other_pad) in v4l2_subdev_routing_find_opposite_end()
2055 *other_pad = route->source_pad; in v4l2_subdev_routing_find_opposite_end()
2070 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
2075 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
2079 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()