Home
last modified time | relevance | path

Searched refs:vimc_pipeline_s_stream (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-common.h165 int vimc_pipeline_s_stream(struct media_entity *ent, int enable);
Dvimc-common.c266 int vimc_pipeline_s_stream(struct media_entity *ent, int enable) in vimc_pipeline_s_stream() function
291 EXPORT_SYMBOL_GPL(vimc_pipeline_s_stream);
Dvimc-scaler.c249 ret = vimc_pipeline_s_stream(&vsca->sd.entity, 1); in vimc_sca_s_stream()
260 ret = vimc_pipeline_s_stream(&vsca->sd.entity, 0); in vimc_sca_s_stream()
Dvimc-capture.c258 ret = vimc_pipeline_s_stream(&vcap->vdev.entity, 1); in vimc_cap_start_streaming()
277 vimc_pipeline_s_stream(&vcap->vdev.entity, 0); in vimc_cap_stop_streaming()
Dvimc-debayer.c355 ret = vimc_pipeline_s_stream(&vdeb->sd.entity, 1); in vimc_deb_s_stream()
366 ret = vimc_pipeline_s_stream(&vdeb->sd.entity, 0); in vimc_deb_s_stream()