Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddevfreq.h213 struct devfreq *devfreq_add_device(struct device *dev,
317 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/Linux-v5.10/Documentation/driver-api/
Ddevfreq.rst23 :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance.
/Linux-v5.10/drivers/devfreq/
Dtegra20-devfreq.c175 tegra->devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
DKconfig42 values to the governor with data field at devfreq_add_device().
Ddevfreq.c746 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
912 EXPORT_SYMBOL(devfreq_add_device);
972 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
Dtegra30-devfreq.c887 devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
/Linux-v5.10/drivers/scsi/ufs/
Dufshcd.c1403 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()