Home
last modified time | relevance | path

Searched refs:stream_cfg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c633 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument
639 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()
642 if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
644 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
646 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
652 if (stream_cfg->source.port.port == MIPI_PORT0_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
654 else if (stream_cfg->source.port.port == MIPI_PORT1_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
656 else if (stream_cfg->source.port.port == MIPI_PORT2_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()
669 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_type() argument
675 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_type()
[all …]
/linux/include/sound/
H A Dump_msg.h758 struct snd_ump_stream_msg_stream_cfg stream_cfg; member
/linux/sound/core/
H A Dump.c838 (buf->stream_cfg.protocol << 8) | buf->stream_cfg.jrts; in ump_handle_stream_cfg_msg()