Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddevfreq.h189 extern struct devfreq *devfreq_add_device(struct device *dev,
298 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/Linux-v5.4/drivers/devfreq/
Dtegra20-devfreq.c175 tegra->devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
Ddevfreq.c609 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
750 EXPORT_SYMBOL(devfreq_add_device);
810 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
DKconfig42 values to the governor with data field at devfreq_add_device().
Dtegra30-devfreq.c675 tegra->devfreq = devfreq_add_device(&pdev->dev, in tegra_devfreq_probe()
/Linux-v5.4/drivers/scsi/ufs/
Dufshcd.c1333 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()