Searched refs:es8389_core_supplies (Results 1 – 1 of 1) sorted by relevance
49 static const char * const es8389_core_supplies[] = { variable1062 for (i = 0; i < ARRAY_SIZE(es8389_core_supplies); i++) in es8389_probe()1063 es8389->core_supply[i].supply = es8389_core_supplies[i]; in es8389_probe()1064 …ret = devm_regulator_bulk_get(component->dev, ARRAY_SIZE(es8389_core_supplies), es8389->core_suppl… in es8389_probe()1084 ret = regulator_bulk_enable(ARRAY_SIZE(es8389_core_supplies), es8389->core_supply); in es8389_probe()1159 regulator_bulk_disable(ARRAY_SIZE(es8389_core_supplies), es8389->core_supply); in es8389_i2c_shutdown()