Home
last modified time | relevance | path

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

/drivers/media/i2c/
A Dov02c10.c369 static const char * const ov02c10_supply_names[] = { variable
390 struct regulator_bulk_data supplies[ARRAY_SIZE(ov02c10_supply_names)];
637 for (i = 0; i < ARRAY_SIZE(ov02c10_supply_names); i++) in ov02c10_get_pm_resources()
638 ov02c10->supplies[i].supply = ov02c10_supply_names[i]; in ov02c10_get_pm_resources()
640 return devm_regulator_bulk_get(dev, ARRAY_SIZE(ov02c10_supply_names), in ov02c10_get_pm_resources()
651 regulator_bulk_disable(ARRAY_SIZE(ov02c10_supply_names), in ov02c10_power_off()
671 ret = regulator_bulk_enable(ARRAY_SIZE(ov02c10_supply_names), in ov02c10_power_on()

Completed in 5 milliseconds