Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-subdev.c148 u32 other_pad, other_stream; in ipu6_isys_subdev_set_fmt() local
194 &other_stream); in ipu6_isys_subdev_set_fmt()
198 crop = v4l2_subdev_state_get_crop(state, other_pad, other_stream); in ipu6_isys_subdev_set_fmt()
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1999 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument
2010 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
2011 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()
2018 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
2019 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()
2032 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
2037 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
2041 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
/linux/include/media/
H A Dv4l2-subdev.h1566 u32 *other_stream);