Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs35l56.h58 int cs35l56_system_suspend(struct device *dev);
H A Dcs35l56.c956 int cs35l56_system_suspend(struct device *dev) in cs35l56_system_suspend() function
976 EXPORT_SYMBOL_GPL(cs35l56_system_suspend);
1461 SYSTEM_SLEEP_PM_OPS(cs35l56_system_suspend, cs35l56_system_resume)
H A Dcs35l56-sdw.c495 return cs35l56_system_suspend(dev); in cs35l56_sdw_system_suspend()