Lines Matching refs:ab8500_regulator_info
39 struct ab8500_regulator_info *shared_regulator;
65 struct ab8500_regulator_info { struct
241 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_enable()
268 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_disable()
295 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_is_enabled()
329 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_get_optimum_mode()
350 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_set_mode()
382 struct ab8500_regulator_info *shared_regulator; in ab8500_regulator_set_mode()
435 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_get_mode()
482 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_get_voltage_sel()
513 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8540_aux3_regulator_get_voltage_sel()
561 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8500_regulator_set_voltage_sel()
593 struct ab8500_regulator_info *info = rdev_get_drvdata(rdev); in ab8540_aux3_regulator_set_voltage_sel()
704 static struct ab8500_regulator_info
705 ab8500_regulator_info[AB8500_NUM_REGULATORS] = { variable
918 static struct ab8500_regulator_info
1221 static struct ab8500_regulator_info
1463 static struct ab8500_regulator_info
2960 struct ab8500_regulator_info *info;
2992 abx500_regulator.info = ab8500_regulator_info; in abx500_get_regulator_info()
2993 abx500_regulator.info_size = ARRAY_SIZE(ab8500_regulator_info); in abx500_get_regulator_info()
3006 struct ab8500_regulator_info *info = NULL; in ab8500_regulator_register()