Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/intel/ipu6/
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-6.12.1/drivers/media/v4l2-core/
Dv4l2-subdev.c1976 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument
1987 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1988 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()
1995 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
1996 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()
2009 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
2014 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
2018 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
/linux-6.12.1/drivers/media/platform/broadcom/
Dbcm2835-unicam.c1406 u32 other_pad, other_stream; in unicam_sd_enable_streams() local
1420 &other_pad, &other_stream); in unicam_sd_enable_streams()
1426 BIT(other_stream)); in unicam_sd_enable_streams()
1432 unicam->subdev.enabled_streams |= BIT(other_stream); in unicam_sd_enable_streams()
1442 u32 other_pad, other_stream; in unicam_sd_disable_streams() local
1446 &other_pad, &other_stream); in unicam_sd_disable_streams()
1452 BIT(other_stream)); in unicam_sd_disable_streams()
1454 unicam->subdev.enabled_streams &= ~BIT(other_stream); in unicam_sd_disable_streams()
/linux-6.12.1/include/media/
Dv4l2-subdev.h1557 u32 *other_stream);