Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevfreq.h232 int devfreq_remove_device(struct devfreq *devfreq);
349 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c981 devfreq_remove_device(devfreq); in devfreq_add_device()
996 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
1013 EXPORT_SYMBOL(devfreq_remove_device);
1027 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
H A Dsun8i-a33-mbus.c468 devfreq_remove_device(priv->devfreq_dram); in sun8i_a33_mbus_remove()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c1531 devfreq_remove_device(hba->devfreq); in ufshcd_devfreq_remove()