Searched refs:fps_lock (Results 1 – 10 of 10) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | procfs.c | 299 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_show_format() 302 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_show_format()
|
D | capture.c | 4220 spin_lock_init(&stream->fps_lock); in rkcif_stream_init() 5748 spin_lock_irqsave(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 5751 spin_unlock_irqrestore(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 5939 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 5946 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 6064 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6084 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6101 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_update_stream() 6113 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_update_stream() 6159 spin_lock(&stream->fps_lock); in rkcif_update_stream_toisp() [all …]
|
D | dev.h | 507 spinlock_t fps_lock; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
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()
|
D | capture.c | 4381 spin_lock_init(&stream->fps_lock); in rkcif_stream_init() 5960 spin_lock_irqsave(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 5963 spin_unlock_irqrestore(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 6171 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 6177 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 6292 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6311 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6332 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_update_stream() 6342 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_update_stream() 6387 spin_lock(&stream->fps_lock); in rkcif_update_stream_toisp() [all …]
|
D | dev.h | 466 spinlock_t fps_lock; member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
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()
|
D | capture.c | 4381 spin_lock_init(&stream->fps_lock); in rkcif_stream_init() 5960 spin_lock_irqsave(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 5963 spin_unlock_irqrestore(&stream->fps_lock, fps_flags); in rkcif_monitor_reset_event() 6171 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 6177 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_buf_done_prepare() 6292 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6311 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_deal_readout_time() 6332 spin_lock_irqsave(&stream->fps_lock, flags); in rkcif_update_stream() 6342 spin_unlock_irqrestore(&stream->fps_lock, flags); in rkcif_update_stream() 6387 spin_lock(&stream->fps_lock); in rkcif_update_stream_toisp() [all …]
|
D | dev.h | 466 spinlock_t fps_lock; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/ |
D | vdec.c | 198 spinlock_t fps_lock; member 356 spin_lock_irqsave(&core->fps_lock, flags); in vdec_fps_lock() 363 spin_unlock_irqrestore(&core->fps_lock, flags); in vdec_fps_unlock() 5338 spin_lock_init(&vdec_core->fps_lock); in vdec_probe()
|