Searched refs:ATOMISP_RUN_MODE_STILL_CAPTURE (Results 1 – 8 of 8) sorted by relevance
121 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,154 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,221 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,253 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,285 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,309 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
46 #define RUNMODE_MASK (ATOMISP_RUN_MODE_VIDEO | ATOMISP_RUN_MODE_STILL_CAPTURE \
463 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_STILL_CAPTURE); in atomisp_subdev_init_struct()
714 [ATOMISP_RUN_MODE_STILL_CAPTURE] = "Still capture",
4108 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_STILL_CAPTURE || in atomisp_set_fmt_to_isp()4155 if (asd->run_mode->val != ATOMISP_RUN_MODE_STILL_CAPTURE) { in atomisp_set_fmt_to_isp()4158 asd->run_mode->val = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_set_fmt_to_isp()
640 case ATOMISP_RUN_MODE_STILL_CAPTURE: in is_pipe_valid_to_current_run_mode()2315 case ATOMISP_RUN_MODE_STILL_CAPTURE: in atomisp_get_pipe_index()
1761 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
940 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro