Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c143 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
190 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
271 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
317 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
363 .run_mode = ATOMISP_RUN_MODE_STILL_CAPTURE,
408 .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_ioctl.c1586 case ATOMISP_RUN_MODE_STILL_CAPTURE: in atomisp_get_css_pipe_id()
1609 (asd->run_mode->val == ATOMISP_RUN_MODE_STILL_CAPTURE && in atomisp_sensor_start_stream()
2818 mode = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_s_parm()
H A Datomisp_fops.c707 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_STILL_CAPTURE); in atomisp_subdev_init_struct()
H A Datomisp_subdev.c1187 ATOMISP_RUN_MODE_STILL_CAPTURE); in isp_subdev_init_entities()
H A Datomisp_cmd.c5432 != ATOMISP_RUN_MODE_STILL_CAPTURE) { in atomisp_set_fmt_to_isp()
5435 asd->run_mode->val = ATOMISP_RUN_MODE_STILL_CAPTURE; in atomisp_set_fmt_to_isp()
H A Datomisp_compat_css20.c690 case ATOMISP_RUN_MODE_STILL_CAPTURE: in is_pipe_valid_to_current_run_mode()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h1296 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro