Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dgc08a3.c78 static const char *const gc08a3_supply_name[] = { variable
90 struct regulator_bulk_data supplies[ARRAY_SIZE(gc08a3_supply_name)];
594 ret = regulator_bulk_enable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_on()
603 regulator_bulk_disable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_on()
624 regulator_bulk_disable(ARRAY_SIZE(gc08a3_supply_name), in gc08a3_power_off()
1023 for (i = 0; i < ARRAY_SIZE(gc08a3_supply_name); i++) in gc08a3_get_regulators()
1024 gc08a3->supplies[i].supply = gc08a3_supply_name[i]; in gc08a3_get_regulators()
1026 return devm_regulator_bulk_get(dev, ARRAY_SIZE(gc08a3_supply_name), in gc08a3_get_regulators()