Searched refs:ab8500_ext_regulator_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/regulator/
H A Dab8500-ext.c29 * struct ab8500_ext_regulator_info - ab8500 regulator information
45 struct ab8500_ext_regulator_info { struct
62 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); ab8500_ext_regulator_enable()
99 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); ab8500_ext_regulator_disable()
135 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); ab8500_ext_regulator_is_enabled()
167 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); ab8500_ext_regulator_set_mode()
216 struct ab8500_ext_regulator_info *info = rdev_get_drvdata(rdev); ab8500_ext_regulator_get_mode()
283 static struct ab8500_ext_regulator_info
284 ab8500_ext_regulator_info[AB8500_NUM_EXT_REGULATORS] = { variable in typeref:struct:ab8500_ext_regulator_info
382 if (pdata->num_ext_regulator != ARRAY_SIZE(ab8500_ext_regulator_info)) { ab8500_ext_regulator_probe()
389 struct ab8500_ext_regulator_info *info; ab8500_ext_regulator_probe()
392 info = &ab8500_ext_regulator_info[AB8500_EXT_SUPPLY3]; ab8500_ext_regulator_probe()
399 for (i = 0; i < ARRAY_SIZE(ab8500_ext_regulator_info); i++) { ab8500_ext_regulator_probe()
400 struct ab8500_ext_regulator_info *info = NULL; ab8500_ext_regulator_probe()
403 info = &ab8500_ext_regulator_info[i]; ab8500_ext_regulator_probe()

Completed in 137 milliseconds