Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov9282.c101 #define OV9282_NUM_SUPPLIES ARRAY_SIZE(ov9282_supply_names) macro
176 struct regulator_bulk_data supplies[OV9282_NUM_SUPPLIES];
1100 for (i = 0; i < OV9282_NUM_SUPPLIES; i++) in ov9282_configure_regulators()
1104 OV9282_NUM_SUPPLIES, in ov9282_configure_regulators()
1230 ret = regulator_bulk_enable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_on()
1263 regulator_bulk_disable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_on()
1283 regulator_bulk_disable(OV9282_NUM_SUPPLIES, ov9282->supplies); in ov9282_power_off()