Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_legacy.h68 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview);
H A Dsh_css_struct.h54 bool stop_copy_preview; member
H A Dia_css_stream.h44 bool stop_copy_preview; member
H A Dia_css_acc_types.h328 u32 stop_copy_preview; /** suspend copy and preview pipe when capture */ member
H A Dsh_css.c4412 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview) in sh_css_enable_cont_capt() argument
4417 my_css.stop_copy_preview = stop_copy_preview; in sh_css_enable_cont_capt()
7664 HIVE_ADDR_sp_stop_copy_preview = fw->info.sp.stop_copy_preview; in sh_css_init_host_sp_control_vars()
7682 my_css.stop_copy_preview ? (uint32_t)(1) : (uint32_t)(0)); in sh_css_init_host_sp_control_vars()
8295 curr_stream->stop_copy_preview = my_css.stop_copy_preview; in ia_css_stream_create()
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c597 (!pipe->stream->stop_copy_preview || !pipe->stream->disable_cont_vf); in ia_css_pipe_get_primary_binarydesc()