Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
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,
Datomisp_cmd.h47 | ATOMISP_RUN_MODE_PREVIEW)
Datomisp_acc.c451 asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW; in atomisp_acc_load_extensions()
Datomisp_fops.c329 asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_get_css_buf_type()
453 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_qbuffers_to_css()
Datomisp_subdev.c834 mode = ATOMISP_RUN_MODE_PREVIEW; in __atomisp_update_run_mode()
Datomisp_ioctl.c1467 case ATOMISP_RUN_MODE_PREVIEW: in atomisp_get_css_pipe_id()
2655 mode = ATOMISP_RUN_MODE_PREVIEW; in atomisp_s_parm()
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()
Datomisp_compat_css20.c695 case ATOMISP_RUN_MODE_PREVIEW: in is_pipe_valid_to_current_run_mode()
/Linux-v5.10/drivers/staging/media/atomisp/include/linux/
Datomisp.h1298 #define ATOMISP_RUN_MODE_PREVIEW 4 macro