Searched refs:v4l2_pipeline_pm_use (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/media/ | 
| D | v4l2-mc.h | 105 int v4l2_pipeline_pm_use(struct media_entity *entity, int use);147 static inline int v4l2_pipeline_pm_use(struct media_entity *entity, int use)  in v4l2_pipeline_pm_use()  function
 
 | 
| /Linux-v5.4/drivers/media/platform/sunxi/sun4i-csi/ | 
| D | sun4i_v4l2.c | 217 	ret = v4l2_pipeline_pm_use(&csi->vdev.entity, 1);  in sun4i_csi_open()230 	v4l2_pipeline_pm_use(&csi->vdev.entity, 0);  in sun4i_csi_open()
 246 	v4l2_pipeline_pm_use(&csi->vdev.entity, 0);  in sun4i_csi_release()
 
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-mc.c | 426 int v4l2_pipeline_pm_use(struct media_entity *entity, int use)  in v4l2_pipeline_pm_use()  function447 EXPORT_SYMBOL_GPL(v4l2_pipeline_pm_use);
 
 | 
| /Linux-v5.4/drivers/media/platform/rcar-vin/ | 
| D | rcar-v4l2.c | 797 		ret = v4l2_pipeline_pm_use(&vin->vdev.entity, 1);  in rvin_open()813 		v4l2_pipeline_pm_use(&vin->vdev.entity, 0);  in rvin_open()
 841 		v4l2_pipeline_pm_use(&vin->vdev.entity, 0);  in rvin_release()
 
 | 
| /Linux-v5.4/Documentation/media/kapi/ | 
| D | csi2.rst | 77 place either indirectly by using :c:func:`v4l2_pipeline_pm_use` or
 | 
| /Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/ | 
| D | sun6i_video.c | 477 	ret = v4l2_pipeline_pm_use(&video->vdev.entity, 1);  in sun6i_video_open()510 	v4l2_pipeline_pm_use(&video->vdev.entity, 0);  in sun6i_video_close()
 
 | 
| /Linux-v5.4/drivers/media/platform/qcom/camss/ | 
| D | camss-video.c | 748 	ret = v4l2_pipeline_pm_use(&vdev->entity, 1);  in video_open()774 	v4l2_pipeline_pm_use(&vdev->entity, 0);  in video_release()
 
 | 
| /Linux-v5.4/drivers/staging/media/imx/ | 
| D | imx-media-capture.c | 644 	ret = v4l2_pipeline_pm_use(&vfd->entity, 1);  in capture_open()665 	v4l2_pipeline_pm_use(&vfd->entity, 0);  in capture_release()
 
 | 
| /Linux-v5.4/drivers/staging/media/omap4iss/ | 
| D | iss_video.c | 1114 	ret = v4l2_pipeline_pm_use(&video->video.entity, 1);  in iss_video_open()1163 	v4l2_pipeline_pm_use(&video->video.entity, 0);  in iss_video_release()
 
 | 
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispvideo.c | 1314 	ret = v4l2_pipeline_pm_use(&video->video.entity, 1);  in isp_video_open()1366 	v4l2_pipeline_pm_use(&video->video.entity, 0);  in isp_video_release()
 
 |