Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Disphist.c226 return STAT_NO_BUF; in hist_buf_dma()
238 return STAT_NO_BUF; in hist_buf_pio()
277 return STAT_NO_BUF; in hist_buf_process()
281 return STAT_NO_BUF; in hist_buf_process()
H A Dispstat.c234 return STAT_NO_BUF; in isp_stat_buf_queue()
242 return STAT_NO_BUF; in isp_stat_buf_queue()
628 int ret = STAT_NO_BUF; in isp_stat_buf_process()
878 ret = STAT_NO_BUF; in __stat_isr()
980 ret = STAT_NO_BUF; in __stat_isr()
H A Dispstat.h29 #define STAT_NO_BUF 1 /* An error has occurred */ macro