Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c121 .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,
H A Datomisp_cmd.h46 #define RUNMODE_MASK (ATOMISP_RUN_MODE_VIDEO | ATOMISP_RUN_MODE_STILL_CAPTURE \
H A Datomisp_fops.c463 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_STILL_CAPTURE); in atomisp_subdev_init_struct()
H A Datomisp_subdev.c714 [ATOMISP_RUN_MODE_STILL_CAPTURE] = "Still capture",
H A Datomisp_cmd.c4108 } 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()
H A Datomisp_compat_css20.c640 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()
H A Datomisp_ioctl.c1761 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h940 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro