Searched refs:sdw_port_config (Results 1 – 25 of 35) sorted by relevance
12
| /linux/include/sound/ |
| H A D | sdw.h | 35 struct sdw_port_config *port_config) in snd_sdw_params_to_config()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l43-sdw.c | 28 struct sdw_port_config pconfig = {0}; in cs42l43_sdw_add_peripheral()
|
| H A D | sdw-mockup.c | 62 struct sdw_port_config port_config = {0}; in sdw_mockup_pcm_hw_params()
|
| H A D | max98363.c | 208 struct sdw_port_config port_config; in max98363_sdw_dai_hw_params()
|
| H A D | wsa881x.c | 418 static const struct sdw_port_config wsa881x_pconfig[WSA881X_MAX_SWR_PORTS] = { 673 struct sdw_port_config port_config[WSA881X_MAX_SWR_PORTS];
|
| H A D | rt1318-sdw.c | 569 struct sdw_port_config port_config; in rt1318_sdw_hw_params()
|
| H A D | rt1017-sdca-sdw.c | 578 struct sdw_port_config port_config; in rt1017_sdca_pcm_hw_params()
|
| H A D | rt1316-sdw.c | 514 struct sdw_port_config port_config = {0}; in rt1316_sdw_hw_params()
|
| H A D | rt1320-sdw.c | 1455 struct sdw_port_config port_config; in rt1320_sdw_hw_params() 1456 struct sdw_port_config dmic_port_config[2]; in rt1320_sdw_hw_params()
|
| H A D | max98373-sdw.c | 522 struct sdw_port_config port_config = {0}; in max98373_sdw_dai_hw_params()
|
| H A D | rt1308-sdw.c | 535 struct sdw_port_config port_config = {0}; in rt1308_sdw_hw_params()
|
| H A D | rt5682-sdw.c | 110 struct sdw_port_config port_config = {0}; in rt5682_sdw_hw_params()
|
| H A D | wsa883x.c | 470 struct sdw_port_config port_config[WSA883X_MAX_SWR_PORTS]; 559 static const struct sdw_port_config wsa883x_pconfig[WSA883X_MAX_SWR_PORTS] = {
|
| H A D | wsa884x.c | 735 struct sdw_port_config port_config[WSA884X_MAX_SWR_PORTS]; 875 static const struct sdw_port_config wsa884x_pconfig[WSA884X_MAX_SWR_PORTS] = {
|
| H A D | rt712-sdca-dmic.c | 637 struct sdw_port_config port_config; in rt712_sdca_dmic_hw_params()
|
| H A D | wcd938x-sdw.c | 89 struct sdw_port_config port_config[WCD938X_MAX_SWR_PORTS]; in wcd938x_sdw_hw_params()
|
| H A D | rt715-sdca.c | 799 struct sdw_port_config port_config = {0}; in rt715_sdca_pcm_hw_params()
|
| H A D | rt715.c | 825 struct sdw_port_config port_config = {0}; in rt715_pcm_hw_params()
|
| H A D | rt700.c | 896 struct sdw_port_config port_config = {0}; in rt700_pcm_hw_params()
|
| H A D | rt711.c | 985 struct sdw_port_config port_config = {0}; in rt711_pcm_hw_params()
|
| H A D | tas2783-sdw.c | 933 struct sdw_port_config port_config = {0}; in tas_sdw_hw_params()
|
| H A D | cs35l56.c | 584 struct sdw_port_config pconfig; in cs35l56_sdw_dai_hw_params()
|
| /linux/drivers/soundwire/ |
| H A D | stream.c | 968 static int sdw_port_config(struct sdw_port_runtime *p_rt, in sdw_port_config() function 969 const struct sdw_port_config *port_config, in sdw_port_config() 1042 const struct sdw_port_config *port_config, in sdw_slave_port_config() 1063 ret = sdw_port_config(p_rt, port_config, i); in sdw_slave_port_config() 1103 const struct sdw_port_config *port_config) in sdw_master_port_config() 1111 ret = sdw_port_config(p_rt, port_config, i); in sdw_master_port_config() 1993 const struct sdw_port_config *port_config, in sdw_stream_add_master() 2119 const struct sdw_port_config *port_config, in sdw_stream_add_slave()
|
| H A D | intel_ace2x.c | 27 struct sdw_port_config pconfig = {0}; in sdw_slave_bpt_stream_add() 57 struct sdw_port_config *pconfig; in intel_ace2x_bpt_open_stream() 750 struct sdw_port_config *pconfig __free(kfree) = kzalloc(sizeof(*pconfig), in intel_hw_params()
|
| H A D | intel.c | 772 struct sdw_port_config *pconfig __free(kfree) = kzalloc(sizeof(*pconfig), in intel_hw_params()
|
12