Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dmedia-entity.h1279 __must_check int media_pipeline_alloc_start(struct media_pad *pad);
/openbmc/linux/drivers/media/mc/
H A Dmc-entity.c952 __must_check int media_pipeline_alloc_start(struct media_pad *pad) in media_pipeline_alloc_start() function
986 EXPORT_SYMBOL_GPL(media_pipeline_alloc_start);
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c1157 return media_pipeline_alloc_start(&entity->pads[0]); in video_device_pipeline_alloc_start()