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