Searched defs:svs_bank (Results 1 – 1 of 1) sorted by relevance
417 struct svs_bank { struct418 struct device *dev;419 struct device *opp_dev;420 struct completion init_completion;421 struct regulator *buck;422 struct thermal_zone_device *tzd;423 struct mutex lock; /* lock to protect voltage update process */424 void (*set_freq_pct)(struct svs_platform *svsp);425 void (*get_volts)(struct svs_platform *svsp);426 char *name;[all …]