Home
last modified time | relevance | path

Searched refs:devfreq (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Ddevfreq.h39 struct devfreq;
180 struct devfreq { struct
228 struct devfreq *devfreq_add_device(struct device *dev, argument
232 int devfreq_remove_device(struct devfreq *devfreq);
233 struct devfreq *devm_devfreq_add_device(struct device *dev,
237 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq);
240 int devfreq_suspend_device(struct devfreq *devfreq);
241 int devfreq_resume_device(struct devfreq *devfreq);
247 int update_devfreq(struct devfreq *devfreq);
253 struct devfreq *devfreq);
[all …]
Ddevfreq_cooling.h38 int (*get_real_power)(struct devfreq *df, u32 *power,
45 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
48 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df);
49 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df);
52 devfreq_cooling_em_register(struct devfreq *df,
58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
71 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
77 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
/include/trace/events/
Ddevfreq.h3 #define TRACE_SYSTEM devfreq
12 TP_PROTO(struct devfreq *devfreq, unsigned long freq,
15 TP_ARGS(devfreq, freq, prev_freq),
18 __string(dev_name, dev_name(&devfreq->dev))
29 __entry->busy_time = devfreq->last_status.busy_time;
30 __entry->total_time = devfreq->last_status.total_time;
40 TP_PROTO(struct devfreq *devfreq),
42 TP_ARGS(devfreq),
49 __string(dev_name, dev_name(&devfreq->dev))
53 __entry->freq = devfreq->previous_freq;
[all …]
/include/ufs/
Dufshcd.h1111 struct devfreq *devfreq; member