Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov9281.c124 #define OV9281_NUM_SUPPLIES ARRAY_SIZE(ov9281_supply_names) macro
146 struct regulator_bulk_data supplies[OV9281_NUM_SUPPLIES];
902 ret = regulator_bulk_enable(OV9281_NUM_SUPPLIES, ov9281->supplies); in __ov9281_power_on()
952 regulator_bulk_disable(OV9281_NUM_SUPPLIES, ov9281->supplies); in __ov9281_power_off()
1244 for (i = 0; i < OV9281_NUM_SUPPLIES; i++) in ov9281_configure_regulators()
1248 OV9281_NUM_SUPPLIES, in ov9281_configure_regulators()