Lines Matching defs:svs_bank
510 struct svs_bank { struct
511 const struct svs_bank_pdata pdata; argument
512 struct device *dev;
513 struct device *opp_dev;
514 struct completion init_completion;
515 struct regulator *buck;
516 struct thermal_zone_device *tzd;
517 struct mutex lock;
518 int pm_runtime_enabled_count;
519 short int volt_od;
520 char *name;
521 enum svsb_phase phase;
522 u32 reg_data[SVSB_PHASE_MAX][SVS_REG_MAX];
523 u8 mode_support;
524 u32 opp_dfreq[MAX_OPP_ENTRIES];
525 u32 opp_dvolt[MAX_OPP_ENTRIES];
526 u32 freq_pct[MAX_OPP_ENTRIES];
527 u32 volt[MAX_OPP_ENTRIES];
528 u32 volt_flags;
529 u32 freq_base;
530 u32 turn_pt;
531 u32 vbin_turn_pt;
532 u32 core_sel;
533 u32 temp;
534 u16 age_voffset_in;
535 u16 dc_voffset_in;
536 u8 dvt_fixed;
537 u8 vmax;
538 u8 vmin;
539 u16 bts;
540 u16 mts;
541 u16 bdes;
542 u16 mdes;
543 u8 mtdes;
544 u8 dcbdet;
568 static void svs_switch_bank(struct svs_platform *svsp, struct svs_bank *svsb) in svs_switch_bank() argument