Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_v4l2.c139 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
186 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
267 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
313 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
359 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
404 .run_mode = ATOMISP_RUN_MODE_PREVIEW,
Datomisp_cmd.h47 | ATOMISP_RUN_MODE_PREVIEW)
Datomisp_fops.c330 asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_get_css_buf_type()
410 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in atomisp_qbuffers_to_css()
Datomisp_subdev.c841 mode = ATOMISP_RUN_MODE_PREVIEW; in __atomisp_update_run_mode()
1143 ATOMISP_RUN_MODE_PREVIEW); in isp_subdev_init_entities()
Datomisp_ioctl.c1419 case ATOMISP_RUN_MODE_PREVIEW: in atomisp_get_css_pipe_id()
2439 mode = ATOMISP_RUN_MODE_PREVIEW; in atomisp_s_parm()
Datomisp_cmd.c805 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in __atomisp_get_pipe()
820 case ATOMISP_RUN_MODE_PREVIEW: in __atomisp_get_pipe()
840 } else if (asd->run_mode->val == ATOMISP_RUN_MODE_PREVIEW) { in __atomisp_get_pipe()
Datomisp_compat_css20.c676 case ATOMISP_RUN_MODE_PREVIEW: in is_pipe_valid_to_current_run_mode()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h1138 #define ATOMISP_RUN_MODE_PREVIEW 4 macro