Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddevfreq.h230 int devfreq_remove_device(struct devfreq *devfreq);
350 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
/Linux-v6.1/drivers/devfreq/
Ddevfreq.c960 devfreq_remove_device(devfreq); in devfreq_add_device()
975 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() function
992 EXPORT_SYMBOL(devfreq_remove_device);
1006 devfreq_remove_device(*(struct devfreq **)res); in devm_devfreq_dev_release()
Dsun8i-a33-mbus.c468 devfreq_remove_device(priv->devfreq_dram); in sun8i_a33_mbus_remove()
/Linux-v6.1/drivers/ufs/core/
Dufshcd.c1497 devfreq_remove_device(hba->devfreq); in ufshcd_devfreq_remove()