Home
last modified time | relevance | path

Searched refs:devfreq_remove_device (Results 1 – 3 of 3) 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 Ddevfreq.c976 devfreq_remove_device(devfreq); in devfreq_add_device()
991 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
1008 EXPORT_SYMBOL(devfreq_remove_device);
1022 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
H A Dsun8i-a33-mbus.c451 devfreq_remove_device(priv->devfreq_dram); in sun8i_a33_mbus_remove()