Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c128 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
161 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
228 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
260 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
292 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
316 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
H A Datomisp_subdev.c439 } else if (isp_sd->run_mode->val != ATOMISP_RUN_MODE_PREVIEW) { in atomisp_subdev_set_selection()
715 [ATOMISP_RUN_MODE_PREVIEW] = "Preview",
724 .def = ATOMISP_RUN_MODE_PREVIEW,
H A Datomisp_cmd.h47 | ATOMISP_RUN_MODE_PREVIEW)
H A Datomisp_fops.c357 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_qbuffers_to_css()
537 v4l2_ctrl_s_ctrl(asd->run_mode, ATOMISP_RUN_MODE_PREVIEW); in atomisp_open()
H A Datomisp_compat_css20.c645 case ATOMISP_RUN_MODE_PREVIEW: in is_pipe_valid_to_current_run_mode()
2317 case ATOMISP_RUN_MODE_PREVIEW: in atomisp_get_pipe_index()
H A Datomisp_ioctl.c1764 mode = ATOMISP_RUN_MODE_PREVIEW; in atomisp_s_parm()
H A Datomisp_cmd.c4133 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_set_fmt_to_isp()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h941 #define ATOMISP_RUN_MODE_PREVIEW 3 macro