Home
last modified time | relevance | path

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

/drivers/staging/media/ipu7/
A Dipu7-isys-subdev.c108 u32 other_pad, other_stream; in ipu7_isys_subdev_set_fmt() local
155 &other_stream); in ipu7_isys_subdev_set_fmt()
159 crop = v4l2_subdev_state_get_crop(state, other_pad, other_stream); in ipu7_isys_subdev_set_fmt()
/drivers/media/pci/intel/ipu6/
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()
/drivers/media/v4l2-core/
A Dv4l2-subdev.c2015 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument
2026 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
2027 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()
2034 if (other_stream) in v4l2_subdev_routing_find_opposite_end()
2035 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()
2048 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local
2053 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()
2057 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
/drivers/media/platform/broadcom/
A Dbcm2835-unicam.c1425 u32 other_pad, other_stream; in unicam_sd_enable_streams() local
1440 &other_pad, &other_stream); in unicam_sd_enable_streams()
1446 BIT(other_stream)); in unicam_sd_enable_streams()
1452 unicam->subdev.enabled_streams |= BIT(other_stream); in unicam_sd_enable_streams()
1462 u32 other_pad, other_stream; in unicam_sd_disable_streams() local
1466 &other_pad, &other_stream); in unicam_sd_disable_streams()
1472 BIT(other_stream)); in unicam_sd_disable_streams()
1474 unicam->subdev.enabled_streams &= ~BIT(other_stream); in unicam_sd_disable_streams()

Completed in 14 milliseconds