Home
last modified time | relevance | path

Searched refs:scale_lock (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c562 mutex_lock(&dev->scale_lock); in rkcif_scale_vb2_stop_streaming()
587 mutex_unlock(&dev->scale_lock); in rkcif_scale_vb2_stop_streaming()
837 mutex_lock(&dev->scale_lock); in rkcif_scale_start()
850 mutex_unlock(&dev->scale_lock); in rkcif_scale_start()
868 mutex_unlock(&dev->scale_lock); in rkcif_scale_start()
H A Ddev.h825 struct mutex scale_lock; /* lock between scale dev */ member
H A Ddev.c1921 mutex_init(&cif_dev->scale_lock); in rkcif_plat_init()