Home
last modified time | relevance | path

Searched refs:previous_freq (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/devfreq/
H A Dsun8i-a33-mbus.c229 if (*freq == devfreq->previous_freq) in sun8i_a33_mbus_set_dram_target()
235 *freq = devfreq->previous_freq; in sun8i_a33_mbus_set_dram_target()
248 stat->current_frequency = priv->devfreq_dram->previous_freq; in sun8i_a33_mbus_get_dram_status()
H A Dgovernor_userspace.c30 *freq = df->previous_freq; /* No user freq specified yet */ in devfreq_userspace_func()
H A Dgovernor_passive.c375 if (parent->previous_freq > freq) in devfreq_passive_notifier_call()
380 if (parent->previous_freq < freq) in devfreq_passive_notifier_call()
/linux/include/trace/events/
H A Ddevfreq.h53 __entry->freq = devfreq->previous_freq;
/linux/include/linux/
H A Ddevfreq.h198 unsigned long previous_freq; member