Searched refs:devfreq_dram (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/devfreq/
H A Dsun8i-a33-mbus.c85 struct devfreq *devfreq_dram; member in struct:sun8i_a33_mbus
186 dev_dbg(priv->devfreq_dram->dev.parent,
219 struct devfreq *devfreq = priv->devfreq_dram;
248 stat->current_frequency = priv->devfreq_dram->previous_freq;
432 priv->devfreq_dram = devfreq_add_device(dev, &priv->profile,
435 if (IS_ERR(priv->devfreq_dram)) {
436 ret = PTR_ERR(priv->devfreq_dram);
445 priv->devfreq_dram->suspend_freq = priv->freq_table[0];
468 devfreq_remove_device(priv->devfreq_dram);

Completed in 82 milliseconds