Searched refs:fps_lock (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | procfs.c | 304 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_show_format() 307 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_show_format()
|
| H A D | capture.c | 4940 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_do_stop_stream() 4942 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_do_stop_stream() 6535 spin_lock_init(&stream->fps_lock); in rkcif_stream_init() 8307 spin_lock_irqsave(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 8310 spin_unlock_irqrestore(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 8566 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 8572 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 8813 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_deal_readout_time() 8817 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_deal_readout_time() 8839 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_deal_readout_time() [all …]
|
| H A D | dev.h | 508 spinlock_t fps_lock; member
|