Searched refs:other_stream (Results 1 – 2 of 2) sorted by relevance
2035 u32 *other_stream) in v4l2_subdev_routing_find_opposite_end() argument2046 if (other_stream) in v4l2_subdev_routing_find_opposite_end()2047 *other_stream = route->sink_stream; in v4l2_subdev_routing_find_opposite_end()2054 if (other_stream) in v4l2_subdev_routing_find_opposite_end()2055 *other_stream = route->source_stream; in v4l2_subdev_routing_find_opposite_end()2068 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local2073 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format()2077 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
1425 u32 other_pad, other_stream; in unicam_sd_enable_streams() local1440 &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() local1466 &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()