Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l56.h60 int cs35l56_system_suspend(struct device *dev);
H A Dcs35l56.c1055 int cs35l56_system_suspend(struct device *dev) in cs35l56_system_suspend() function
1075 EXPORT_SYMBOL_GPL(cs35l56_system_suspend);
1436 SYSTEM_SLEEP_PM_OPS(cs35l56_system_suspend, cs35l56_system_resume)
H A Dcs35l56-sdw.c475 return cs35l56_system_suspend(dev); in cs35l56_sdw_system_suspend()