Searched refs:sh_css_sp_group (Results 1 – 6 of 6) sorted by relevance
| /drivers/staging/media/atomisp/pci/ |
| A D | sh_css_sp.c | 56 struct sh_css_sp_group sh_css_sp_group; variable 194 pipe = &sh_css_sp_group.pipe[thread_id]; in sh_css_sp_start_binary_copy() 260 pipe = &sh_css_sp_group.pipe[thread_id]; in sh_css_sp_start_raw_copy() 331 pipe = &sh_css_sp_group.pipe[thread_id]; in sh_css_sp_start_isys_copy() 666 sh_css_sp_group.config.prbs.seed = seed; in sh_css_sp_configure_prbs() 673 sh_css_sp_group.config.lock_all = lock_all; in sh_css_sp_configure_enable_raw_pool_locking() 685 sh_css_sp_group.config.disable_cont_vf = flag; in sh_css_sp_set_disable_continuous_viewfinder() 1222 sh_css_sp_group.config.no_isp_sync = true; in sh_css_sp_init_pipeline() 1713 sh_css_sp_group.debug.dma_sw_reg; in sh_css_sp_set_dma_sw_reg() 1728 sh_css_sp_group.debug.dma_sw_reg = sw_reg; in sh_css_sp_set_dma_sw_reg() [all …]
|
| A D | sh_css_sp.h | 216 extern struct sh_css_sp_group sh_css_sp_group;
|
| A D | sh_css_params.c | 3725 memcpy(buf_ptr, &sh_css_sp_group.config, 3); in sh_css_store_sp_group_to_ddr() 3732 memcpy(buf_ptr, &sh_css_sp_group.config, sizeof(sh_css_sp_group.config)); in sh_css_store_sp_group_to_ddr() 3733 buf_ptr += sizeof(sh_css_sp_group.config); in sh_css_store_sp_group_to_ddr() 3736 memcpy(buf_ptr, &sh_css_sp_group.pipe, sizeof(sh_css_sp_group.pipe)); in sh_css_store_sp_group_to_ddr() 3737 buf_ptr += sizeof(sh_css_sp_group.pipe); in sh_css_store_sp_group_to_ddr() 3740 memcpy(buf_ptr, &sh_css_sp_group.pipe_io, sizeof(sh_css_sp_group.pipe_io)); in sh_css_store_sp_group_to_ddr() 3741 buf_ptr += sizeof(sh_css_sp_group.pipe_io); in sh_css_store_sp_group_to_ddr() 3742 memcpy(buf_ptr, &sh_css_sp_group.pipe_io_status, in sh_css_store_sp_group_to_ddr() 3743 sizeof(sh_css_sp_group.pipe_io_status)); in sh_css_store_sp_group_to_ddr() 3747 memcpy(buf_ptr, &sh_css_sp_group.debug, sizeof(sh_css_sp_group.debug)); in sh_css_store_sp_group_to_ddr() [all …]
|
| A D | sh_css_internal.h | 616 struct sh_css_sp_group { struct
|
| A D | sh_css.c | 938 sp_pipeline_input_terminal = &sh_css_sp_group.pipe_io[sp_thread_id].input; in sh_css_config_input_network_2401() 8230 &sh_css_sp_group.pipe_io[sp_thread_id].input; in ia_css_stream_destroy() 8360 sh_css_sp_group.config.mipi_sizes_for_check[port][idx] = in ia_css_stream_start() 8396 sh_css_sp_group.config.mipi_sizes_for_check[port][idx] = 0; in ia_css_stream_stop()
|
| /drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| A D | pipeline.c | 432 static struct sh_css_sp_group sp_group; in ia_css_pipeline_has_stopped() 443 &sp_group, sizeof(struct sh_css_sp_group)); in ia_css_pipeline_has_stopped() 449 return(&sh_css_sp_group.pipe_io_status); in ia_css_pipeline_get_pipe_io_status()
|
Completed in 30 milliseconds