Searched defs:devfreq_dev_profile (Results 1 – 1 of 1) sorted by relevance
90 struct devfreq_dev_profile { struct91 unsigned long initial_freq;92 unsigned int polling_ms;94 int (*target)(struct device *dev, unsigned long *freq, u32 flags);95 int (*get_dev_status)(struct device *dev,97 int (*get_cur_freq)(struct device *dev, unsigned long *freq);98 void (*exit)(struct device *dev);100 unsigned long *freq_table;101 unsigned int max_state;