Searched refs:gc08a3_supply_name (Results 1 – 1 of 1) sorted by relevance
77 static const char *const gc08a3_supply_name[] = { variable89 struct regulator_bulk_data supplies[ARRAY_SIZE(gc08a3_supply_name)];593 ret = regulator_bulk_enable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_on()602 regulator_bulk_disable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_on()623 regulator_bulk_disable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_off()1016 for (i = 0; i < ARRAY_SIZE(gc08a3_supply_name); i++) in gc08a3_get_regulators()1017 gc08a3->supplies[i].supply = gc08a3_supply_name[i]; in gc08a3_get_regulators()1019 return devm_regulator_bulk_get(dev, ARRAY_SIZE(gc08a3_supply_name), in gc08a3_get_regulators()