Home
last modified time | relevance | path

Searched refs:stop_copy_preview (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css_legacy.h69 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview);
Dsh_css_struct.h54 bool stop_copy_preview; member
Dia_css_stream.h48 bool stop_copy_preview; member
Dia_css_acc_types.h332 u32 stop_copy_preview; /** suspend copy and preview pipe when capture */ member
Dsh_css.c4966 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview) in sh_css_enable_cont_capt() argument
4971 my_css.stop_copy_preview = stop_copy_preview; in sh_css_enable_cont_capt()
8635 HIVE_ADDR_sp_stop_copy_preview = fw->info.sp.stop_copy_preview;
8664 my_css.stop_copy_preview ? (uint32_t)(1) : (uint32_t)(0));
9497 curr_stream->stop_copy_preview = my_css.stop_copy_preview;
/Linux-v5.10/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_binarydesc.c613 (!pipe->stream->stop_copy_preview || !pipe->stream->disable_cont_vf); in ia_css_pipe_get_primary_binarydesc()