Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov8856.c105 static const char * const ov8856_supply_names[] = { variable
1423 struct regulator_bulk_data supplies[ARRAY_SIZE(ov8856_supply_names)];
2086 ret = regulator_bulk_enable(ARRAY_SIZE(ov8856_supply_names), in ov8856_power_on()
2114 regulator_bulk_disable(ARRAY_SIZE(ov8856_supply_names), in ov8856_power_off()
2292 for (i = 0; i < ARRAY_SIZE(ov8856_supply_names); i++) in ov8856_get_hwcfg()
2293 ov8856->supplies[i].supply = ov8856_supply_names[i]; in ov8856_get_hwcfg()
2296 ARRAY_SIZE(ov8856_supply_names), in ov8856_get_hwcfg()