Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddevfreq.h214 struct devfreq *devfreq_add_device(struct device *dev,
318 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddevfreq.rst23 :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance.
/kernel/linux/linux-5.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.c745 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
913 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()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd.c1406 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()