Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov2680.c106 #define OV2680_NUM_SUPPLIES ARRAY_SIZE(ov2680_supply_name) macro
160 struct regulator_bulk_data supplies[OV2680_NUM_SUPPLIES];
520 regulator_bulk_disable(OV2680_NUM_SUPPLIES, sensor->supplies); in ov2680_power_off()
528 ret = regulator_bulk_enable(OV2680_NUM_SUPPLIES, sensor->supplies); in ov2680_power_on()
554 regulator_bulk_disable(OV2680_NUM_SUPPLIES, sensor->supplies); in ov2680_power_on()
1043 for (i = 0; i < OV2680_NUM_SUPPLIES; i++) in ov2680_get_regulators()
1047 OV2680_NUM_SUPPLIES, sensor->supplies); in ov2680_get_regulators()