Searched defs:devfreq_dev_profile (Results 1 – 2 of 2) sorted by relevance
103407 struct devfreq_dev_profile { struct103408 unsigned long initial_freq;103409 unsigned int polling_ms;103410 enum devfreq_timer timer;103411 int (*target)(struct device *, unsigned long *, u32);103412 int (*get_dev_status)(struct device *, struct devfreq_dev_status *);103413 int (*get_cur_freq)(struct device *, unsigned long *);103414 void (*exit)(struct device *);103415 unsigned long *freq_table;103416 unsigned int max_state;[all …]
113202 struct devfreq_dev_profile { struct113203 unsigned long initial_freq;113204 unsigned int polling_ms;113205 enum devfreq_timer timer;113206 int (*target)(struct device *, unsigned long *, u32);113207 int (*get_dev_status)(struct device *, struct devfreq_dev_status *);113208 int (*get_cur_freq)(struct device *, unsigned long *);113209 void (*exit)(struct device *);113210 unsigned long *freq_table;113211 unsigned int max_state;[all …]