Searched refs:devfreq_dram (Results 1 – 1 of 1) sorted by relevance
85 struct devfreq *devfreq_dram; member186 dev_dbg(priv->devfreq_dram->dev.parent, in sun8i_a33_mbus_set_dram_freq()219 struct devfreq *devfreq = priv->devfreq_dram; in sun8i_a33_mbus_set_dram_target()248 stat->current_frequency = priv->devfreq_dram->previous_freq; in sun8i_a33_mbus_get_dram_status()432 priv->devfreq_dram = devfreq_add_device(dev, &priv->profile, in sun8i_a33_mbus_probe()435 if (IS_ERR(priv->devfreq_dram)) { in sun8i_a33_mbus_probe()436 ret = PTR_ERR(priv->devfreq_dram); in sun8i_a33_mbus_probe()445 priv->devfreq_dram->suspend_freq = priv->freq_table[0]; in sun8i_a33_mbus_probe()468 devfreq_remove_device(priv->devfreq_dram); in sun8i_a33_mbus_remove()