Searched defs:devfreq_dev_profile (Results 1 – 1 of 1) sorted by relevance
109 struct devfreq_dev_profile { struct110 unsigned long initial_freq;111 unsigned int polling_ms;112 enum devfreq_timer timer;115 int (*get_dev_status)(struct device *dev,117 int (*get_cur_freq)(struct device *dev, unsigned long *freq);118 void (*exit)(struct device *dev);120 unsigned long *freq_table;121 unsigned int max_state;123 bool is_cooling_device;[all …]
Completed in 4 milliseconds