Home
last modified time | relevance | path

Searched refs:ATOMISP_RUN_MODE_PREVIEW (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c118 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
151 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
218 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
250 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
282 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
306 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
H A Datomisp_subdev.c400 } else if (isp_sd->run_mode->val != ATOMISP_RUN_MODE_PREVIEW) { in atomisp_subdev_set_selection()
672 [ATOMISP_RUN_MODE_PREVIEW] = "Preview",
680 .def = ATOMISP_RUN_MODE_PREVIEW,
H A Datomisp_fops.c357 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_qbuffers_to_css()
H A Datomisp_ioctl.c1360 mode = ATOMISP_RUN_MODE_PREVIEW; in atomisp_s_parm()
H A Datomisp_compat_css20.c629 case ATOMISP_RUN_MODE_PREVIEW: in is_pipe_valid_to_current_run_mode()
2285 case ATOMISP_RUN_MODE_PREVIEW: in atomisp_get_pipe_index()
H A Datomisp_cmd.c3799 if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) in atomisp_try_fmt()
4117 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_set_fmt_to_isp()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h857 #define ATOMISP_RUN_MODE_PREVIEW 3 macro