regulator_enabled  117 drivers/mmc/core/regulator.c 		if (result == 0 && !mmc->regulator_enabled) {
regulator_enabled  120 drivers/mmc/core/regulator.c 				mmc->regulator_enabled = true;
regulator_enabled  122 drivers/mmc/core/regulator.c 	} else if (mmc->regulator_enabled) {
regulator_enabled  125 drivers/mmc/core/regulator.c 			mmc->regulator_enabled = false;
regulator_enabled  108 drivers/power/supply/pda_power.c 	static int regulator_enabled;
regulator_enabled  125 drivers/power/supply/pda_power.c 			if (!regulator_enabled) {
regulator_enabled  128 drivers/power/supply/pda_power.c 				regulator_enabled = 1;
regulator_enabled  131 drivers/power/supply/pda_power.c 			if (regulator_enabled) {
regulator_enabled  134 drivers/power/supply/pda_power.c 				regulator_enabled = 0;
regulator_enabled  439 include/linux/mmc/host.h 	bool			regulator_enabled; /* regulator state */