Searched defs:devfreq_governor (Results 1 – 1 of 1) sorted by relevance
136336 struct devfreq_governor { struct136337 struct list_head node;136338 const char name[16];136339 const u64 attrs;136340 const u64 flags;136341 int (*get_target_freq)(struct devfreq *, long unsigned int *);136342 int (*event_handler)(struct devfreq *, unsigned int, void *);