Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov7251.c94 #define OV7251_NUM_SUPPLIES ARRAY_SIZE(ov7251_supply_names) macro
119 struct regulator_bulk_data supplies[OV7251_NUM_SUPPLIES];
1293 ret = regulator_bulk_enable(OV7251_NUM_SUPPLIES, ov7251->supplies); in __ov7251_power_on()
1340 regulator_bulk_disable(OV7251_NUM_SUPPLIES, ov7251->supplies); in __ov7251_power_off()
1606 for (i = 0; i < OV7251_NUM_SUPPLIES; i++) in ov7251_configure_regulators()
1610 OV7251_NUM_SUPPLIES, in ov7251_configure_regulators()