Home
last modified time | relevance | path

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

/linux-6.14.4/include/media/
Dmedia-entity.h1275 __must_check int media_pipeline_alloc_start(struct media_pad *pad);
/linux-6.14.4/drivers/media/mc/
Dmc-entity.c965 __must_check int media_pipeline_alloc_start(struct media_pad *pad) in media_pipeline_alloc_start() function
999 EXPORT_SYMBOL_GPL(media_pipeline_alloc_start);
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-dev.c1188 return media_pipeline_alloc_start(&entity->pads[0]); in video_device_pipeline_alloc_start()