Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov5670.c124 #define OV5670_NUM_SUPPLIES ARRAY_SIZE(ov5670_supply_names) macro
147 struct regulator_bulk_data supplies[OV5670_NUM_SUPPLIES];
1298 ret = regulator_bulk_enable(OV5670_NUM_SUPPLIES, ov5670->supplies); in __ov5670_power_on()
1347 regulator_bulk_disable(OV5670_NUM_SUPPLIES, ov5670->supplies); in __ov5670_power_off()
1761 for (i = 0; i < OV5670_NUM_SUPPLIES; i++) in ov5670_configure_regulators()
1765 OV5670_NUM_SUPPLIES, in ov5670_configure_regulators()