Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddevfreq.h226 struct devfreq *devfreq_add_device(struct device *dev,
342 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
/Linux-v6.1/Documentation/driver-api/
Ddevfreq.rst23 :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance.
/Linux-v6.1/drivers/devfreq/
DKconfig42 values to the governor with data field at devfreq_add_device().
Dsun8i-a33-mbus.c432 priv->devfreq_dram = devfreq_add_device(dev, &priv->profile, in sun8i_a33_mbus_probe()
Ddevfreq.c782 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device() function
967 EXPORT_SYMBOL(devfreq_add_device);
1032 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
/Linux-v6.1/drivers/ufs/core/
Dufshcd.c1471 devfreq = devfreq_add_device(hba->dev, in ufshcd_devfreq_init()