Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/ti/omap3isp/
Dispstat.c199 if (curr == stat->locked_buf || curr == stat->active_buf) in __isp_stat_buf_find()
270 isp_stat_buf_sync_for_device(stat, stat->locked_buf); in isp_stat_buf_release()
272 stat->locked_buf = NULL; in isp_stat_buf_release()
306 stat->locked_buf = buf; in isp_stat_buf_get()
412 BUG_ON(stat->locked_buf != NULL); in isp_stat_bufs_alloc()
Dispstat.h113 struct ispstat_buffer *locked_buf; member