Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov5648.c108 #define OV5648_NUM_SUPPLIES ARRAY_SIZE(ov5648_supply_names) macro
131 struct regulator_bulk_data supplies[OV5648_NUM_SUPPLIES];
986 ret = regulator_bulk_enable(OV5648_NUM_SUPPLIES, ov5648->supplies); in __ov5648_power_on()
1029 regulator_bulk_disable(OV5648_NUM_SUPPLIES, ov5648->supplies); in __ov5648_power_off()
1305 for (i = 0; i < OV5648_NUM_SUPPLIES; i++) in ov5648_configure_regulators()
1309 OV5648_NUM_SUPPLIES, in ov5648_configure_regulators()