Home
last modified time | relevance | path

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

/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c245 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_add_ts()
247 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_add_ts()
257 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_remove_ts()
269 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_remove_ts()
334 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
340 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
350 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
369 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
398 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
H A Dvdec.h274 spinlock_t ts_spinlock; /* timestamp list lock */ member
H A Dvdec.c916 spin_lock_init(&sess->ts_spinlock); in vdec_open()