Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov13850.c97 #define OV13850_NUM_SUPPLIES ARRAY_SIZE(ov13850_supply_names) macro
120 struct regulator_bulk_data supplies[OV13850_NUM_SUPPLIES];
1142 ret = regulator_bulk_enable(OV13850_NUM_SUPPLIES, ov13850->supplies); in __ov13850_power_on()
1187 regulator_bulk_disable(OV13850_NUM_SUPPLIES, ov13850->supplies); in __ov13850_power_off()
1468 for (i = 0; i < OV13850_NUM_SUPPLIES; i++) in ov13850_configure_regulators()
1472 OV13850_NUM_SUPPLIES, in ov13850_configure_regulators()