Home
last modified time | relevance | path

Searched defs:isp_buffer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.c201 struct sun6i_isp_buffer *isp_buffer; in sun6i_isp_params_state_cleanup() local
230 struct sun6i_isp_buffer *isp_buffer; in sun6i_isp_params_state_update() local
265 struct sun6i_isp_buffer *isp_buffer; in sun6i_isp_params_state_complete() local
334 struct sun6i_isp_buffer *isp_buffer = in sun6i_isp_params_buffer_queue() local
H A Dsun6i_isp_capture.c66 struct sun6i_isp_buffer *isp_buffer) in sun6i_isp_capture_buffer_configure()
156 struct sun6i_isp_buffer *isp_buffer; in sun6i_isp_capture_state_cleanup() local
190 struct sun6i_isp_buffer *isp_buffer; in sun6i_isp_capture_state_update() local
232 struct sun6i_isp_buffer *isp_buffer = state->complete; in sun6i_isp_capture_state_complete() local
302 struct sun6i_isp_buffer *isp_buffer = in sun6i_isp_capture_buffer_queue() local
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h128 struct isp_buffer { struct
134 #define to_isp_buffer(buf) container_of(buf, struct isp_buffer, vb) argument