Home
last modified time | relevance | path

Searched refs:stream_lock (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libv4l/
H A D0001-libv4l2-Support-mmap-to-libv4l-plugin.patch34 + pthread_mutex_lock(&devices[index].stream_lock);
39 + pthread_mutex_unlock(&devices[index].stream_lock);
H A D0003-libv4l-add-V4L2_MEMORY_DMABUF-memory-support.patch78 pthread_mutex_lock(&devices[index].stream_lock);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/
H A D0001-libv4l2-Support-mmap-to-libv4l-plugin.patch34 + pthread_mutex_lock(&devices[index].stream_lock);
39 + pthread_mutex_unlock(&devices[index].stream_lock);
H A D0003-libv4l-Support-V4L2_MEMORY_DMABUF.patch79 pthread_mutex_lock(&devices[index].stream_lock);
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/
H A Dmwl8k.c209 spinlock_t stream_lock; member
1988 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2023 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2039 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2052 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2054 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2075 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2077 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
2125 spin_lock(&priv->stream_lock); in mwl8k_txq_xmit()
2128 spin_unlock(&priv->stream_lock); in mwl8k_txq_xmit()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_video.c866 mutex_lock(&video->stream_lock); in iss_video_streamon()
971 mutex_unlock(&video->stream_lock); in iss_video_streamon()
989 mutex_unlock(&video->stream_lock); in iss_video_streamon()
1006 mutex_lock(&video->stream_lock); in iss_video_streamoff()
1035 mutex_unlock(&video->stream_lock); in iss_video_streamoff()
1236 mutex_init(&video->stream_lock); in omap4iss_video_init()
1258 mutex_destroy(&video->stream_lock); in omap4iss_video_cleanup()
H A Diss_video.h159 struct mutex stream_lock; /* pipeline and stream states */ member
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispvideo.c1091 mutex_lock(&video->stream_lock); in isp_video_streamon()
1159 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1180 mutex_unlock(&video->stream_lock); in isp_video_streamon()
1198 mutex_lock(&video->stream_lock); in isp_video_streamoff()
1236 mutex_unlock(&video->stream_lock); in isp_video_streamoff()
1444 mutex_init(&video->stream_lock); in omap3isp_video_init()
1476 mutex_destroy(&video->stream_lock); in omap3isp_video_cleanup()
H A Dispvideo.h167 struct mutex stream_lock; /* pipeline and stream states */ member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.h147 struct mutex stream_lock; member
H A Dvehicle_cif.c3719 mutex_lock(&cif->stream_lock); in vehicle_cif_reset()
3783 mutex_unlock(&cif->stream_lock); in vehicle_cif_reset()
4663 mutex_lock(&cif->stream_lock); in vehicle_cif_reverse_open()
4745 mutex_unlock(&cif->stream_lock); in vehicle_cif_reverse_open()
4750 mutex_unlock(&cif->stream_lock); in vehicle_cif_reverse_open()
4762 mutex_lock(&cif->stream_lock); in vehicle_cif_reverse_close()
4798 mutex_unlock(&cif->stream_lock); in vehicle_cif_reverse_close()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c845 mutex_lock(&vfe->stream_lock); in vfe_enable()
859 mutex_unlock(&vfe->stream_lock); in vfe_enable()
878 mutex_lock(&vfe->stream_lock); in vfe_enable()
885 mutex_unlock(&vfe->stream_lock); in vfe_enable()
904 mutex_lock(&vfe->stream_lock); in vfe_disable()
911 mutex_unlock(&vfe->stream_lock); in vfe_disable()
2072 mutex_init(&vfe->stream_lock); in msm_vfe_subdev_init()
2335 mutex_destroy(&vfe->stream_lock); in msm_vfe_unregister_entities()
H A Dcamss-vfe.h157 struct mutex stream_lock; member
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-capture.c921 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
940 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_stop_streaming()
987 mutex_lock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1019 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
1034 mutex_unlock(&cap->rkisp1->stream_lock); in rkisp1_vb2_start_streaming()
H A Drkisp1-common.h373 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */ member
H A Drkisp1-dev.c480 mutex_init(&rkisp1->stream_lock); in rkisp1_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.c204 struct mutex stream_lock; member
2010 mutex_lock(&hdmirx_dev->stream_lock); in hdmirx_stop_streaming()
2035 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_stop_streaming()
2061 mutex_lock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming()
2084 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming()
2129 mutex_unlock(&hdmirx_dev->stream_lock); in hdmirx_start_streaming()
4196 mutex_init(&hdmirx_dev->stream_lock); in hdmirx_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c741 mutex_lock(&cif_dev->stream_lock); in sditf_s_power()
751 mutex_unlock(&cif_dev->stream_lock); in sditf_s_power()
H A Ddev.h824 struct mutex stream_lock; /* lock between streams */ member
H A Dcapture.c4927 mutex_lock(&dev->stream_lock); in rkcif_do_stop_stream()
5073 mutex_unlock(&dev->stream_lock); in rkcif_do_stop_stream()
6097 mutex_lock(&dev->stream_lock); in rkcif_do_start_stream()
6297 mutex_unlock(&dev->stream_lock); in rkcif_do_start_stream()
6632 mutex_lock(&cifdev->stream_lock); in rkcif_fh_open()
6636 mutex_unlock(&cifdev->stream_lock); in rkcif_fh_open()
6666 mutex_lock(&cifdev->stream_lock); in rkcif_fh_release()
6670 mutex_unlock(&cifdev->stream_lock); in rkcif_fh_release()
9014 mutex_lock(&cif_dev->stream_lock); in rkcif_do_reset_work()
9194 mutex_unlock(&cif_dev->stream_lock); in rkcif_do_reset_work()
[all …]
H A Ddev.c1920 mutex_init(&cif_dev->stream_lock); in rkcif_plat_init()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c1196 bool stream_lock) in snd_pcm_action_group() argument
1204 if (!stream_lock) in snd_pcm_action_group()
1237 if (!stream_lock) in snd_pcm_action_group()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2358 spinlock_t stream_lock; member
H A Dmegaraid_sas_fusion.c2830 spin_lock_irqsave(&instance->stream_lock, in megasas_build_ldio_fusion()
2833 spin_unlock_irqrestore(&instance->stream_lock, in megasas_build_ldio_fusion()
H A Dmegaraid_sas_base.c7331 spin_lock_init(&instance->stream_lock); in megasas_init_ctrl_params()