Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4688.c104 #define OV4688_NUM_SUPPLIES ARRAY_SIZE(ov4688_supply_names) macro
129 struct regulator_bulk_data supplies[OV4688_NUM_SUPPLIES];
1313 ret = regulator_bulk_enable(OV4688_NUM_SUPPLIES, ov4688->supplies); in __ov4688_power_on()
1356 regulator_bulk_disable(OV4688_NUM_SUPPLIES, ov4688->supplies); in __ov4688_power_off()
1698 for (i = 0; i < OV4688_NUM_SUPPLIES; i++) in ov4688_configure_regulators()
1702 OV4688_NUM_SUPPLIES, in ov4688_configure_regulators()