Home
last modified time | relevance | path

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

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