Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov13855.c98 #define OV13855_NUM_SUPPLIES ARRAY_SIZE(ov13855_supply_names) macro
123 struct regulator_bulk_data supplies[OV13855_NUM_SUPPLIES];
1465 ret = regulator_bulk_enable(OV13855_NUM_SUPPLIES, ov13855->supplies); in __ov13855_power_on()
1510 regulator_bulk_disable(OV13855_NUM_SUPPLIES, ov13855->supplies); in __ov13855_power_off()
1817 for (i = 0; i < OV13855_NUM_SUPPLIES; i++) in ov13855_configure_regulators()
1821 OV13855_NUM_SUPPLIES, in ov13855_configure_regulators()