Home
last modified time | relevance | path

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

/linux-6.12.1/include/sound/
Dcs35l56.h305 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire);
/linux-6.12.1/sound/soc/codecs/
Dcs35l56-shared.c518 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire) in cs35l56_runtime_resume_common() function
568 EXPORT_SYMBOL_NS_GPL(cs35l56_runtime_resume_common, SND_SOC_CS35L56_SHARED);
Dcs35l56-sdw.c464 ret = cs35l56_runtime_resume_common(&cs35l56->base, true); in cs35l56_sdw_runtime_resume()
Dcs35l56.c947 return cs35l56_runtime_resume_common(&cs35l56->base, false); in cs35l56_runtime_resume_i2c_spi()
/linux-6.12.1/sound/pci/hda/
Dcs35l56_hda.c142 ret = cs35l56_runtime_resume_common(&cs35l56->base, false); in cs35l56_hda_runtime_resume()