Searched defs:devfreq_dev_profile (Results 1 – 1 of 1) sorted by relevance
95 struct devfreq_dev_profile { struct96 unsigned long initial_freq;97 unsigned int polling_ms;99 int (*target)(struct device *dev, unsigned long *freq, u32 flags);100 int (*get_dev_status)(struct device *dev,102 int (*get_cur_freq)(struct device *dev, unsigned long *freq);103 void (*exit)(struct device *dev);105 unsigned long *freq_table;106 unsigned int max_state;