Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/meson/vdec/
Dvdec_helpers.c242 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_add_ts()
244 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_add_ts()
253 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_remove_ts()
265 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_remove_ts()
330 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
336 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
346 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done()
365 spin_lock_irqsave(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
394 spin_unlock_irqrestore(&sess->ts_spinlock, flags); in amvdec_dst_buf_done_offset()
Dvdec.h265 spinlock_t ts_spinlock; /* timestamp list lock */ member
Dvdec.c915 spin_lock_init(&sess->ts_spinlock); in vdec_open()