Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4689.c107 #define OV4689_NUM_SUPPLIES ARRAY_SIZE(ov4689_supply_names) macro
131 struct regulator_bulk_data supplies[OV4689_NUM_SUPPLIES];
1162 ret = regulator_bulk_enable(OV4689_NUM_SUPPLIES, ov4689->supplies); in __ov4689_power_on()
1203 regulator_bulk_disable(OV4689_NUM_SUPPLIES, ov4689->supplies); in __ov4689_power_off()
1463 for (i = 0; i < OV4689_NUM_SUPPLIES; i++) in ov4689_configure_regulators()
1467 OV4689_NUM_SUPPLIES, in ov4689_configure_regulators()