Home
last modified time | relevance | path

Searched refs:ccs_regulators (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/media/i2c/ccs/
Dccs-core.c67 static const char * const ccs_regulators[] = { "vcore", "vio", "vana" }; variable
1548 rval = regulator_bulk_enable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()
1676 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_on()
1703 regulator_bulk_disable(ARRAY_SIZE(ccs_regulators), in ccs_power_off()
3304 ARRAY_SIZE(ccs_regulators), in ccs_probe()
3310 for (i = 0; i < ARRAY_SIZE(ccs_regulators); i++) in ccs_probe()
3311 sensor->regulators[i].supply = ccs_regulators[i]; in ccs_probe()
3313 rval = devm_regulator_bulk_get(&client->dev, ARRAY_SIZE(ccs_regulators), in ccs_probe()