Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c157 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
204 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
285 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
331 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
377 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
422 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
H A Datomisp_cmd.h47 | ATOMISP_RUN_MODE_PREVIEW)
H A Datomisp_fops.c332 asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_get_css_buf_type()
456 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_qbuffers_to_css()
H A Datomisp_subdev.c842 mode = ATOMISP_RUN_MODE_PREVIEW; in __atomisp_update_run_mode()
1197 ATOMISP_RUN_MODE_PREVIEW); in isp_subdev_init_entities()
H A Datomisp_acc.c463 asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW; in atomisp_acc_load_extensions()
H A Datomisp_ioctl.c1582 case ATOMISP_RUN_MODE_PREVIEW: in atomisp_get_css_pipe_id()
2824 mode = ATOMISP_RUN_MODE_PREVIEW; in atomisp_s_parm()
H A Datomisp_cmd.c831 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in __atomisp_get_pipe()
846 case ATOMISP_RUN_MODE_PREVIEW: in __atomisp_get_pipe()
865 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in __atomisp_get_pipe()
H A Datomisp_compat_css20.c695 case ATOMISP_RUN_MODE_PREVIEW: in is_pipe_valid_to_current_run_mode()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h1298 #define ATOMISP_RUN_MODE_PREVIEW 4 macro