Lines Matching defs:devfreq_dev_profile
107 struct devfreq_dev_profile { struct
108 unsigned long initial_freq;
109 unsigned int polling_ms;
110 enum devfreq_timer timer;
112 int (*target)(struct device *dev, unsigned long *freq, u32 flags);
113 int (*get_dev_status)(struct device *dev,
115 int (*get_cur_freq)(struct device *dev, unsigned long *freq);
116 void (*exit)(struct device *dev);
118 unsigned long *freq_table;
119 unsigned int max_state;
121 bool is_cooling_device;