Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov9750.c89 #define OV9750_NUM_SUPPLIES ARRAY_SIZE(ov9750_supply_names) macro
111 struct regulator_bulk_data supplies[OV9750_NUM_SUPPLIES];
836 ret = regulator_bulk_enable(OV9750_NUM_SUPPLIES, ov9750->supplies); in __ov9750_power_on()
876 regulator_bulk_disable(OV9750_NUM_SUPPLIES, ov9750->supplies); in __ov9750_power_off()
1140 for (i = 0; i < OV9750_NUM_SUPPLIES; i++) in ov9750_configure_regulators()
1144 OV9750_NUM_SUPPLIES, in ov9750_configure_regulators()