Searched refs:pipeline_pm_power (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mc.c | 492 * pipeline_pm_power - Apply power change to all entities in a pipeline 501 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() function 542 ret = pipeline_pm_power(entity, change, &mdev->pm_count_walk); in v4l2_pipeline_pm_use() 580 pipeline_pm_power(source, -sink_use, graph); in v4l2_pipeline_link_notify() 581 pipeline_pm_power(sink, -source_use, graph); in v4l2_pipeline_link_notify() 588 ret = pipeline_pm_power(source, sink_use, graph); in v4l2_pipeline_link_notify() 592 ret = pipeline_pm_power(sink, source_use, graph); in v4l2_pipeline_link_notify() 594 pipeline_pm_power(source, -sink_use, graph); in v4l2_pipeline_link_notify()
|