Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevfreq.h179 extern struct devfreq *devfreq_add_device(struct device *dev,
228 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c439 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
526 EXPORT_SYMBOL(devfreq_add_device);
584 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
DKconfig40 values to the governor with data field at devfreq_add_device().
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.c5541 hba->devfreq = devfreq_add_device(dev, &ufs_devfreq_profile, in ufshcd_init()