Home
last modified time | relevance | path

Searched refs:ATOMISP_RUN_MODE_STILL_CAPTURE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c111 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
144 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
211 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
243 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
275 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
299 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
H A Datomisp_subdev.c671 [ATOMISP_RUN_MODE_STILL_CAPTURE] = "Still capture",
H A Datomisp_ioctl.c1357 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
H A Datomisp_cmd.c4092 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_STILL_CAPTURE || in atomisp_set_fmt_to_isp()
4139 if (asd->run_mode->val != ATOMISP_RUN_MODE_STILL_CAPTURE) { in atomisp_set_fmt_to_isp()
4142 asd->run_mode->val = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_set_fmt_to_isp()
H A Datomisp_compat_css20.c624 case ATOMISP_RUN_MODE_STILL_CAPTURE: in is_pipe_valid_to_current_run_mode()
2283 case ATOMISP_RUN_MODE_STILL_CAPTURE: in atomisp_get_pipe_index()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h856 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro