Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_v4l2.c125 .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,
Datomisp_cmd.h46 #define RUNMODE_MASK (ATOMISP_RUN_MODE_VIDEO | ATOMISP_RUN_MODE_STILL_CAPTURE \
Datomisp_ioctl.c1423 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()
Datomisp_fops.c602 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_STILL_CAPTURE); in atomisp_subdev_init_struct()
Datomisp_subdev.c1133 ATOMISP_RUN_MODE_STILL_CAPTURE); in isp_subdev_init_entities()
Datomisp_cmd.c4929 != 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()
Datomisp_compat_css20.c671 case ATOMISP_RUN_MODE_STILL_CAPTURE: in is_pipe_valid_to_current_run_mode()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h1136 #define ATOMISP_RUN_MODE_STILL_CAPTURE 2 macro