Searched refs:v4l2_pipeline_pm_use (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/media/ |
D | v4l2-mc.h | 192 int v4l2_pipeline_pm_use(struct media_entity *entity, int use); 234 static inline int v4l2_pipeline_pm_use(struct media_entity *entity, int use) in v4l2_pipeline_pm_use() function
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-mc.c | 345 int v4l2_pipeline_pm_use(struct media_entity *entity, int use) in v4l2_pipeline_pm_use() function 366 EXPORT_SYMBOL_GPL(v4l2_pipeline_pm_use);
|
/Linux-v4.19/Documentation/media/kapi/ |
D | csi2.rst | 71 place either indirectly by using :c:func:`v4l2_pipeline_pm_use` or
|
/Linux-v4.19/drivers/media/platform/rcar-vin/ |
D | rcar-v4l2.c | 908 ret = v4l2_pipeline_pm_use(&vin->vdev.entity, 1); in rvin_mc_open() 922 v4l2_pipeline_pm_use(&vin->vdev.entity, 0); in rvin_mc_open() 941 v4l2_pipeline_pm_use(&vin->vdev.entity, 0); in rvin_mc_release()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-capture.c | 526 ret = v4l2_pipeline_pm_use(&vfd->entity, 1); in capture_open() 548 v4l2_pipeline_pm_use(&vfd->entity, 0); in capture_release()
|
/Linux-v4.19/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-v4.19/drivers/staging/media/omap4iss/ |
D | iss_video.c | 1125 ret = v4l2_pipeline_pm_use(&video->video.entity, 1); in iss_video_open() 1174 v4l2_pipeline_pm_use(&video->video.entity, 0); in iss_video_release()
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 1321 ret = v4l2_pipeline_pm_use(&video->video.entity, 1); in isp_video_open() 1373 v4l2_pipeline_pm_use(&video->video.entity, 0); in isp_video_release()
|