Searched defs:devfreq_governor (Results 1 – 2 of 2) sorted by relevance
103420 struct devfreq_governor { struct103421 struct list_head node;103422 const char name[16];103423 const u64 attrs;103424 const u64 flags;103425 int (*get_target_freq)(struct devfreq *, unsigned long *);103426 int (*event_handler)(struct devfreq *, unsigned int, void *);
113215 struct devfreq_governor { struct113216 struct list_head node;113217 const char name[16];113218 const u64 attrs;113219 const u64 flags;113220 int (*get_target_freq)(struct devfreq *, unsigned long *);113221 int (*event_handler)(struct devfreq *, unsigned int, void *);