Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispstat.h28 #define STAT_BUF_DONE 0 /* Buffer is ready */ macro
Dispstat.c251 return STAT_BUF_DONE; in isp_stat_buf_queue()
633 buf_state == STAT_BUF_DONE && stat->state == ISPSTAT_ENABLED) { in isp_stat_buf_process()
855 int ret = STAT_BUF_DONE; in __stat_isr()
990 isp_stat_queue_event(stat, ret != STAT_BUF_DONE); in __stat_isr()
Disphist.c264 return STAT_BUF_DONE; in hist_buf_pio()