Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec_helpers.c212 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_add_ts_reorder()
227 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_add_ts_reorder()
236 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_remove_ts()
248 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_remove_ts()
303 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
309 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
317 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
334 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
370 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
Dvdec.h254 spinlock_t ts_spinlock; /* timestamp list lock */ member
Dvdec.c890 spin_lock_init(&sess->ts_spinlock); in vdec_open()