Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq.h185 extern struct devfreq *devfreq_add_device(struct device *dev,
283 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c556 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
683 EXPORT_SYMBOL(devfreq_add_device);
740 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
DKconfig41 values to the governor with data field at devfreq_add_device().
/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c1349 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()