Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq.h236 int devfreq_remove_device(struct devfreq *devfreq);
353 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/linux/drivers/devfreq/
H A Dsun8i-a33-mbus.c451 devfreq_remove_device(priv->devfreq_dram); in sun8i_a33_mbus_remove()