Lines Matching full:use
37 * hardware should not use this routine, as it will not build the right graph.
42 * v4l_enable_media_source() - Hold media source for exclusive use
48 * media source is free for use. The enable_source handler is
74 * v4l_vb2q_enable_media_tuner - Hold media source for exclusive use
89 * v4l2_pipeline_pm_use - Update the use count of an entity
91 * @use: Use (1) or stop using (0) the entity
93 * Update the use count of all entities in the pipeline and power entities on or
96 * This function is intended to be called in video node open (use ==
97 * 1) and release (use == 0). It uses struct media_entity.use_count to
98 * track the power status. The use of this function should be paired
102 * off is assumed to never fail. No failure can occur when the use parameter is
105 int v4l2_pipeline_pm_use(struct media_entity *entity, int use);
114 * React to link management on powered pipelines by updating the use count of
116 * on or off accordingly. The use of this function should be paired
147 static inline int v4l2_pipeline_pm_use(struct media_entity *entity, int use) in v4l2_pipeline_pm_use() argument