Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-subdev.c1696 u32 pad, u32 stream, u32 *other_pad, in v4l2_subdev_routing_find_opposite_end() argument
1706 if (other_pad) in v4l2_subdev_routing_find_opposite_end()
1707 *other_pad = route->sink_pad; in v4l2_subdev_routing_find_opposite_end()
1714 if (other_pad) in v4l2_subdev_routing_find_opposite_end()
1715 *other_pad = route->source_pad; in v4l2_subdev_routing_find_opposite_end()
1730 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
1735 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
1739 return v4l2_subdev_state_get_stream_format(state, other_pad, in v4l2_subdev_state_get_opposite_stream_format()
/linux-6.6.21/include/media/
Dv4l2-subdev.h1604 u32 pad, u32 stream, u32 *other_pad,