Lines Matching defs:devfreq_dev_profile
106 struct devfreq_dev_profile { struct
107 unsigned long initial_freq;
108 unsigned int polling_ms;
109 enum devfreq_timer timer;
110 bool is_cooling_device;
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;