Searched refs:rdy_spinlock (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-mem2mem.c | 141 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf() 149 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf() 159 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_last_buf() 167 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_last_buf() 177 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove() 197 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove_by_buf() 213 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove_by_idx() 895 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_streamoff() 1245 spin_lock_init(&out_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init() 1246 spin_lock_init(&cap_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init() [all …]
|
| /linux/include/media/ |
| A D | v4l2-mem2mem.h | 69 spinlock_t rdy_spinlock; member 606 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_src_bufs_ready() 608 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_src_bufs_ready() 625 spin_lock_irqsave(&m2m_ctx->cap_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_dst_bufs_ready() 627 spin_unlock_irqrestore(&m2m_ctx->cap_q_ctx.rdy_spinlock, flags); in v4l2_m2m_num_dst_bufs_ready()
|
Completed in 11 milliseconds