Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov2685.c67 #define OV2685_NUM_SUPPLIES ARRAY_SIZE(ov2685_supply_names) macro
87 struct regulator_bulk_data supplies[OV2685_NUM_SUPPLIES];
406 ret = regulator_bulk_enable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
428 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
443 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_off()
702 for (i = 0; i < OV2685_NUM_SUPPLIES; i++) in ov2685_configure_regulators()
706 OV2685_NUM_SUPPLIES, in ov2685_configure_regulators()