Searched defs:ab8500_regulator_info (Results 1 – 1 of 1) sorted by relevance
65 struct ab8500_regulator_info { struct66 struct device *dev;67 struct regulator_desc desc;68 struct regulator_dev *regulator;69 struct ab8500_shared_mode *shared_mode;70 int load_lp_uA;71 u8 update_bank;72 u8 update_reg;73 u8 update_mask;74 u8 update_val;[all …]