Searched refs:ccs_regulators (Results 1 – 1 of 1) sorted by relevance
67 static const char * const ccs_regulators[] = { "vcore", "vio", "vana" }; variable1554 rval = regulator_bulk_enable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1682 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1709 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_off()3335 ARRAY_SIZE(ccs_regulators), in ccs_probe()3341 for (i = 0; i < ARRAY_SIZE(ccs_regulators); i++) in ccs_probe()3342 sensor->regulators[i].supply = ccs_regulators[i]; in ccs_probe()3344 rval = devm_regulator_bulk_get(&client->dev, ARRAY_SIZE(ccs_regulators), in ccs_probe()