Home
last modified time | relevance | path

Searched refs:dvfs_reqs (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Darizona.c953 if (!priv->dvfs_cached && !priv->dvfs_reqs) { in arizona_dvfs_up()
959 priv->dvfs_reqs |= flags; in arizona_dvfs_up()
974 old_reqs = priv->dvfs_reqs; in arizona_dvfs_down()
975 priv->dvfs_reqs &= ~flags; in arizona_dvfs_down()
977 if (!priv->dvfs_cached && old_reqs && !priv->dvfs_reqs) in arizona_dvfs_down()
996 if (priv->dvfs_reqs) in arizona_dvfs_sysclk_ev()
1008 if (priv->dvfs_reqs) in arizona_dvfs_sysclk_ev()
Darizona.h91 unsigned int dvfs_reqs; member