Searched defs:dbs_governor (Results 1 – 9 of 9) sorted by relevance
31685 struct dbs_governor { struct31686 struct cpufreq_governor gov;31687 struct kobj_type kobj_type;31688 struct dbs_data *gdbs_data;31689 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);31690 struct policy_dbs_info * (*alloc)();31691 void (*free)(struct policy_dbs_info *);31692 int (*init)(struct dbs_data *);31693 void (*exit)(struct dbs_data *);31694 void (*start)(struct cpufreq_policy *);
33442 struct dbs_governor { struct33443 struct cpufreq_governor gov;33444 struct kobj_type kobj_type;33445 struct dbs_data *gdbs_data;33446 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);33447 struct policy_dbs_info * (*alloc)();33448 void (*free)(struct policy_dbs_info *);33449 int (*init)(struct dbs_data *);33450 void (*exit)(struct dbs_data *);33451 void (*start)(struct cpufreq_policy *);
113996 struct dbs_governor { struct113997 struct cpufreq_governor gov;113998 struct kobj_type kobj_type;113999 struct dbs_data *gdbs_data;114000 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);114001 struct policy_dbs_info * (*alloc)();114002 void (*free)(struct policy_dbs_info *);114003 int (*init)(struct dbs_data *);114004 void (*exit)(struct dbs_data *);114005 void (*start)(struct cpufreq_policy *);
105406 struct dbs_governor { struct105420 struct dbs_governor *gov; argument
121010 struct dbs_governor { struct121011 struct cpufreq_governor gov;121012 struct kobj_type kobj_type;121013 struct dbs_data *gdbs_data;121014 unsigned int (*gov_dbs_update)(struct cpufreq_policy *);121015 struct policy_dbs_info * (*alloc)();121016 void (*free)(struct policy_dbs_info *);121017 int (*init)(struct dbs_data *);121018 void (*exit)(struct dbs_data *);121019 void (*start)(struct cpufreq_policy *);
115220 struct dbs_governor { struct115234 struct dbs_governor *gov; argument