Searched refs:ccs_regulators (Results 1 – 1 of 1) sorted by relevance
70 static const char * const ccs_regulators[] = { "vcore", "vio", "vana" }; variable1658 rval = regulator_bulk_enable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1780 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()1807 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_off()3286 ARRAY_SIZE(ccs_regulators), in ccs_probe()3292 for (i = 0; i < ARRAY_SIZE(ccs_regulators); i++) in ccs_probe()3293 sensor->regulators[i].supply = ccs_regulators[i]; in ccs_probe()3295 rval = devm_regulator_bulk_get(&client->dev, ARRAY_SIZE(ccs_regulators), in ccs_probe()