Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov2685.c71 #define OV2685_NUM_SUPPLIES ARRAY_SIZE(ov2685_supply_names) macro
92 struct regulator_bulk_data supplies[OV2685_NUM_SUPPLIES];
465 ret = regulator_bulk_enable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
489 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
504 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_off()
765 for (i = 0; i < OV2685_NUM_SUPPLIES; i++) in ov2685_configure_regulators()
769 OV2685_NUM_SUPPLIES, in ov2685_configure_regulators()