Searched refs:stream_config (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/soundwire/ |
D | stream.c | 911 struct sdw_stream_config *stream_config, in sdw_alloc_master_rt() argument 922 goto stream_config; in sdw_alloc_master_rt() 935 stream_config: in sdw_alloc_master_rt() 936 m_rt->ch_count = stream_config->ch_count; in sdw_alloc_master_rt() 939 m_rt->direction = stream_config->direction; in sdw_alloc_master_rt() 955 struct sdw_stream_config *stream_config, in sdw_alloc_slave_rt() argument 965 s_rt->ch_count = stream_config->ch_count; in sdw_alloc_slave_rt() 966 s_rt->direction = stream_config->direction; in sdw_alloc_slave_rt() 1126 struct sdw_stream_config *stream_config, in sdw_config_stream() argument 1138 stream->params.rate != stream_config->frame_rate) { in sdw_config_stream() [all …]
|
/Linux-v5.4/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 393 vsp1_dl_list_add_body(dl, pipe->stream_config); in vsp1_video_pipeline_run() 822 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline() 823 if (!pipe->stream_config) in vsp1_video_setup_pipeline() 827 vsp1_entity_route_setup(entity, pipe, pipe->stream_config); in vsp1_video_setup_pipeline() 829 pipe->stream_config); in vsp1_video_setup_pipeline() 853 vsp1_dl_body_put(pipe->stream_config); in vsp1_video_cleanup_pipeline() 854 pipe->stream_config = NULL; in vsp1_video_cleanup_pipeline()
|
D | vsp1_pipe.h | 144 struct vsp1_dl_body *stream_config; member
|
/Linux-v5.4/include/linux/soundwire/ |
D | sdw.h | 858 struct sdw_stream_config *stream_config, 863 struct sdw_stream_config *stream_config,
|
/Linux-v5.4/drivers/dma/ |
D | stm32-dma.c | 162 u32 stream_config; member 1218 chan->chan_reg.dma_scr = cfg->stream_config & STM32_DMA_SCR_CFG_MASK; in stm32_dma_set_config() 1243 cfg.stream_config = dma_spec->args[2]; in stm32_dma_of_xlate()
|
/Linux-v5.4/Documentation/driver-api/soundwire/ |
D | stream.rst | 234 struct sdw_stream_config * stream_config, 239 struct sdw_stream_config * stream_config,
|