Lines Matching refs:ab8500_ext_regulator_info
98 struct ab8500_ext_regulator_info { struct
114 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_ext_regulator_enable() argument
151 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_ext_regulator_disable()
187 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_ext_regulator_is_enabled()
219 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_ext_regulator_set_mode()
268 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_ext_regulator_get_mode()
335 static struct ab8500_ext_regulator_info
336 ab8500_ext_regulator_info[AB8500_NUM_EXT_REGULATORS] = { variable
407 struct ab8500_ext_regulator_info *info; in ab8500_ext_regulator_probe()
410 info = &ab8500_ext_regulator_info[AB8500_EXT_SUPPLY3]; in ab8500_ext_regulator_probe()
417 for (i = 0; i < ARRAY_SIZE(ab8500_ext_regulator_info); i++) { in ab8500_ext_regulator_probe()
418 struct ab8500_ext_regulator_info *info = NULL; in ab8500_ext_regulator_probe()
421 info = &ab8500_ext_regulator_info[i]; in ab8500_ext_regulator_probe()