Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov8858.c147 #define OV8858_NUM_SUPPLIES ARRAY_SIZE(ov8858_supply_names) macro
170 struct regulator_bulk_data supplies[OV8858_NUM_SUPPLIES];
2756 ret = regulator_bulk_enable(OV8858_NUM_SUPPLIES, ov8858->supplies); in __ov8858_power_on()
2801 regulator_bulk_disable(OV8858_NUM_SUPPLIES, ov8858->supplies); in __ov8858_power_off()
3399 for (i = 0; i < OV8858_NUM_SUPPLIES; i++) in ov8858_configure_regulators()
3403 OV8858_NUM_SUPPLIES, in ov8858_configure_regulators()