Home
last modified time | relevance | path

Searched refs:cs35l56_runtime_resume_common (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/sound/
H A Dcs35l56.h330 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire);
/linux-6.15/sound/soc/codecs/
H A Dcs35l56-shared.c598 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire) in cs35l56_runtime_resume_common() function
648 EXPORT_SYMBOL_NS_GPL(cs35l56_runtime_resume_common, "SND_SOC_CS35L56_SHARED");
H A Dcs35l56-sdw.c464 ret = cs35l56_runtime_resume_common(&cs35l56->base, true); in cs35l56_sdw_runtime_resume()
H A Dcs35l56.c953 return cs35l56_runtime_resume_common(&cs35l56->base, false); in cs35l56_runtime_resume_i2c_spi()
/linux-6.15/sound/pci/hda/
H A Dcs35l56_hda.c142 ret = cs35l56_runtime_resume_common(&cs35l56->base, false); in cs35l56_hda_runtime_resume()