Searched refs:ATOMISP_RUN_MODE_STILL_CAPTURE (Results 1 – 8 of 8) sorted by relevance
125 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,172 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,253 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,299 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,345 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,390 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
46 #define RUNMODE_MASK (ATOMISP_RUN_MODE_VIDEO | ATOMISP_RUN_MODE_STILL_CAPTURE \
1423 case ATOMISP_RUN_MODE_STILL_CAPTURE: in atomisp_get_css_pipe_id()1436 (asd->run_mode->val == ATOMISP_RUN_MODE_STILL_CAPTURE && in atomisp_sensor_start_stream()2433 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
602 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_STILL_CAPTURE); in atomisp_subdev_init_struct()
1133 ATOMISP_RUN_MODE_STILL_CAPTURE); in isp_subdev_init_entities()
4929 != ATOMISP_RUN_MODE_STILL_CAPTURE) { in atomisp_set_fmt_to_isp()4932 asd->run_mode->val = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_set_fmt_to_isp()
671 case ATOMISP_RUN_MODE_STILL_CAPTURE: in is_pipe_valid_to_current_run_mode()
1136 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro