Home
last modified time | relevance | path

Searched refs:rdy_spinlock (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-mem2mem.c103 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
106 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
111 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
125 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
127 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
133 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
240 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in v4l2_m2m_try_schedule()
243 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, in v4l2_m2m_try_schedule()
249 spin_lock_irqsave(&m2m_ctx->cap_q_ctx.rdy_spinlock, flags_cap); in v4l2_m2m_try_schedule()
252 spin_unlock_irqrestore(&m2m_ctx->cap_q_ctx.rdy_spinlock, in v4l2_m2m_try_schedule()
[all …]
/linux-4.1.27/include/media/
Dv4l2-mem2mem.h61 spinlock_t rdy_spinlock; member