Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov64a40.c122 static const char * const ov64a40_supply_names[] = { variable
2845 struct regulator_bulk_data supplies[ARRAY_SIZE(ov64a40_supply_names)];
3228 ret = regulator_bulk_enable(ARRAY_SIZE(ov64a40_supply_names), in ov64a40_power_on()
3249 regulator_bulk_disable(ARRAY_SIZE(ov64a40_supply_names), in ov64a40_power_off()
3533 for (i = 0; i < ARRAY_SIZE(ov64a40_supply_names); i++) in ov64a40_get_regulators()
3534 ov64a40->supplies[i].supply = ov64a40_supply_names[i]; in ov64a40_get_regulators()
3537 ARRAY_SIZE(ov64a40_supply_names), in ov64a40_get_regulators()