Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddevfreq.h220 struct devfreq *devfreq_add_device(struct device *dev,
324 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/Linux-v5.15/Documentation/driver-api/
Ddevfreq.rst23 :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance.
/Linux-v5.15/drivers/devfreq/
DKconfig42 values to the governor with data field at devfreq_add_device().
Ddevfreq.c781 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
959 EXPORT_SYMBOL(devfreq_add_device);
1024 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
Dtegra30-devfreq.c903 devfreq = devfreq_add_device(&pdev->dev, &tegra_devfreq_profile, in tegra_devfreq_probe()
/Linux-v5.15/drivers/scsi/ufs/
Dufshcd.c1431 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()