Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov8856.c83 static const char * const ov8856_supply_names[] = { variable
1023 struct regulator_bulk_data supplies[ARRAY_SIZE(ov8856_supply_names)];
1386 ret = regulator_bulk_enable(ARRAY_SIZE(ov8856_supply_names), in __ov8856_power_on()
1413 regulator_bulk_disable(ARRAY_SIZE(ov8856_supply_names), in __ov8856_power_off()
1684 for (i = 0; i < ARRAY_SIZE(ov8856_supply_names); i++) in ov8856_get_hwcfg()
1685 ov8856->supplies[i].supply = ov8856_supply_names[i]; in ov8856_get_hwcfg()
1687 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(ov8856_supply_names), in ov8856_get_hwcfg()