Home | History | Annotate | Download | only in media

Lines Matching refs:ISP_EVENT_BASE

296 #define ISP_EVENT_BASE            (V4L2_EVENT_PRIVATE_START)
297 #define ISP_BUF_EVENT_BASE (ISP_EVENT_BASE + (1 << ISP_EVENT_OFFSET))
298 #define ISP_STATS_EVENT_BASE (ISP_EVENT_BASE + (2 << ISP_EVENT_OFFSET))
299 #define ISP_EVENT_REG_UPDATE (ISP_EVENT_BASE + ISP_REG_UPDATE)
300 #define ISP_EVENT_START_ACK (ISP_EVENT_BASE + ISP_START_ACK)
301 #define ISP_EVENT_STOP_ACK (ISP_EVENT_BASE + ISP_STOP_ACK)
302 #define ISP_EVENT_IRQ_VIOLATION (ISP_EVENT_BASE + ISP_IRQ_VIOLATION)
303 #define ISP_EVENT_WM_BUS_OVERFLOW (ISP_EVENT_BASE + ISP_WM_BUS_OVERFLOW)
304 #define ISP_EVENT_STATS_OVERFLOW (ISP_EVENT_BASE + ISP_STATS_OVERFLOW)
305 #define ISP_EVENT_CAMIF_ERROR (ISP_EVENT_BASE + ISP_CAMIF_ERROR)
306 #define ISP_EVENT_SOF (ISP_EVENT_BASE + ISP_SOF)
307 #define ISP_EVENT_EOF (ISP_EVENT_BASE + ISP_EOF)