Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov9282.c101 #define OV9282_NUM_SUPPLIES ARRAY_SIZE(ov9282_supply_names) macro
175 struct regulator_bulk_data supplies[OV9282_NUM_SUPPLIES];
1091 for (i = 0; i < OV9282_NUM_SUPPLIES; i++) in ov9282_configure_regulators()
1095 OV9282_NUM_SUPPLIES, in ov9282_configure_regulators()
1224 ret = regulator_bulk_enable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_on()
1257 regulator_bulk_disable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_on()
1277 regulator_bulk_disable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_off()