Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov5695.c78 #define OV5695_NUM_SUPPLIES ARRAY_SIZE(ov5695_supply_names) macro
99 struct regulator_bulk_data supplies[OV5695_NUM_SUPPLIES];
990 for (i = 0; i < OV5695_NUM_SUPPLIES; i++) { in __ov5695_power_on()
1025 for (i = OV5695_NUM_SUPPLIES - 1; i >= 0; i--) { in __ov5695_power_off()
1262 for (i = 0; i < OV5695_NUM_SUPPLIES; i++) in ov5695_configure_regulators()
1266 OV5695_NUM_SUPPLIES, in ov5695_configure_regulators()