Home
last modified time | relevance | path

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

/linux-6.8/include/media/
Dmedia-entity.h1277 __must_check int media_pipeline_alloc_start(struct media_pad *pad);
/linux-6.8/drivers/media/mc/
Dmc-entity.c925 __must_check int media_pipeline_alloc_start(struct media_pad *pad) in media_pipeline_alloc_start() function
959 EXPORT_SYMBOL_GPL(media_pipeline_alloc_start);
/linux-6.8/drivers/media/v4l2-core/
Dv4l2-dev.c1156 return media_pipeline_alloc_start(&entity->pads[0]); in video_device_pipeline_alloc_start()