Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4686.c105 #define OV4686_NUM_SUPPLIES ARRAY_SIZE(OV4686_supply_names) macro
129 struct regulator_bulk_data supplies[OV4686_NUM_SUPPLIES];
1107 ret = regulator_bulk_enable(OV4686_NUM_SUPPLIES, OV4686->supplies); in __OV4686_power_on()
1148 regulator_bulk_disable(OV4686_NUM_SUPPLIES, OV4686->supplies); in __OV4686_power_off()
1430 for (i = 0; i < OV4686_NUM_SUPPLIES; i++) in OV4686_configure_regulators()
1434 OV4686_NUM_SUPPLIES, in OV4686_configure_regulators()