Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dgc05a2.c78 static const char *const gc05a2_supply_name[] = { variable
90 struct regulator_bulk_data supplies[ARRAY_SIZE(gc05a2_supply_name)];
619 ret = regulator_bulk_enable(ARRAY_SIZE(gc05a2_supply_name), in gc05a2_power_on()
628 regulator_bulk_disable(ARRAY_SIZE(gc05a2_supply_name), in gc05a2_power_on()
649 regulator_bulk_disable(ARRAY_SIZE(gc05a2_supply_name), in gc05a2_power_off()
1081 for (i = 0; i < ARRAY_SIZE(gc05a2_supply_name); i++) in gc05a2_get_regulators()
1082 gc05a2->supplies[i].supply = gc05a2_supply_name[i]; in gc05a2_get_regulators()
1084 return devm_regulator_bulk_get(dev, ARRAY_SIZE(gc05a2_supply_name), in gc05a2_get_regulators()