Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soundwire/
Dstream.c767 struct sdw_stream_config *stream_config, in sdw_alloc_master_rt() argument
779 goto stream_config; in sdw_alloc_master_rt()
792 stream_config: in sdw_alloc_master_rt()
793 m_rt->ch_count = stream_config->ch_count; in sdw_alloc_master_rt()
796 m_rt->direction = stream_config->direction; in sdw_alloc_master_rt()
812 struct sdw_stream_config *stream_config, in sdw_alloc_slave_rt() argument
822 s_rt->ch_count = stream_config->ch_count; in sdw_alloc_slave_rt()
823 s_rt->direction = stream_config->direction; in sdw_alloc_slave_rt()
969 struct sdw_stream_config *stream_config, bool is_slave) in sdw_config_stream() argument
980 stream->params.rate != stream_config->frame_rate) { in sdw_config_stream()
[all …]
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_video.c407 vsp1_dl_list_add_body(dl, pipe->stream_config); in vsp1_video_pipeline_run()
836 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline()
837 if (!pipe->stream_config) in vsp1_video_setup_pipeline()
841 vsp1_entity_route_setup(entity, pipe, pipe->stream_config); in vsp1_video_setup_pipeline()
842 vsp1_entity_configure_stream(entity, pipe, pipe->stream_config); in vsp1_video_setup_pipeline()
866 vsp1_dl_body_put(pipe->stream_config); in vsp1_video_cleanup_pipeline()
867 pipe->stream_config = NULL; in vsp1_video_cleanup_pipeline()
Dvsp1_pipe.h144 struct vsp1_dl_body *stream_config; member
/Linux-v4.19/include/linux/soundwire/
Dsdw.h784 struct sdw_stream_config *stream_config,
789 struct sdw_stream_config *stream_config,
/Linux-v4.19/drivers/dma/
Dstm32-dma.c162 u32 stream_config; member
1166 chan->chan_reg.dma_scr = cfg->stream_config & STM32_DMA_SCR_CFG_MASK; in stm32_dma_set_config()
1191 cfg.stream_config = dma_spec->args[2]; in stm32_dma_of_xlate()
/Linux-v4.19/Documentation/driver-api/soundwire/
Dstream.rst204 struct sdw_stream_config * stream_config,
209 struct sdw_stream_config * stream_config,