Searched refs:ATOMISP_RUN_MODE_STILL_CAPTURE (Results 1 – 6 of 6) sorted by relevance
111 .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,
671 [ATOMISP_RUN_MODE_STILL_CAPTURE] = "Still capture",
1357 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
4092 } 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()
624 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()
856 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro