Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Darizona.c1165 if (!priv->dvfs_cached && !priv->dvfs_reqs) { in arizona_dvfs_up()
1171 priv->dvfs_reqs |= flags; in arizona_dvfs_up()
1186 old_reqs = priv->dvfs_reqs; in arizona_dvfs_down()
1187 priv->dvfs_reqs &= ~flags; in arizona_dvfs_down()
1189 if (!priv->dvfs_cached && old_reqs && !priv->dvfs_reqs) in arizona_dvfs_down()
1208 if (priv->dvfs_reqs) in arizona_dvfs_sysclk_ev()
1220 if (priv->dvfs_reqs) in arizona_dvfs_sysclk_ev()
H A Darizona.h91 unsigned int dvfs_reqs; member