Searched refs:ccs_regulators (Results 1 – 1 of 1) sorted by relevance
68 static const char * const ccs_regulators[] = { "vcore", "vio", "vana" }; variable1556 rval = regulator_bulk_enable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1684 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1711 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_off()3234 ARRAY_SIZE(ccs_regulators), in ccs_probe()3240 for (i = 0; i < ARRAY_SIZE(ccs_regulators); i++) in ccs_probe()3241 sensor->regulators[i].supply = ccs_regulators[i]; in ccs_probe()3243 rval = devm_regulator_bulk_get(&client->dev, ARRAY_SIZE(ccs_regulators), in ccs_probe()