Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/atomisp2/css2400/
Dsh_css_legacy.h85 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview);
Dsh_css_struct.h52 bool stop_copy_preview; member
Dia_css_stream.h46 bool stop_copy_preview; member
Dia_css_acc_types.h323 uint32_t stop_copy_preview; /**< suspend copy and preview pipe when capture */ member
Dsh_css.c5022 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview)
5027 my_css.stop_copy_preview = stop_copy_preview;
8781 HIVE_ADDR_sp_stop_copy_preview = fw->info.sp.stop_copy_preview;
8810 my_css.stop_copy_preview?(uint32_t)(1):(uint32_t)(0));
9638 curr_stream->stop_copy_preview = my_css.stop_copy_preview;
/drivers/staging/media/atomisp/pci/atomisp2/css2400/camera/pipe/src/
Dpipe_binarydesc.c622 …prim_descr->striped = prim_descr->continuous && (!pipe->stream->stop_copy_preview || !pipe->stream… in ia_css_pipe_get_primary_binarydesc()