Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dos03b10.c109 #define OS03B10_NUM_SUPPLIES ARRAY_SIZE(OS03B10_supply_names) macro
134 struct regulator_bulk_data supplies[OS03B10_NUM_SUPPLIES];
815 ret = regulator_bulk_enable(OS03B10_NUM_SUPPLIES, os03b10->supplies); in __os03b10_power_on()
859 regulator_bulk_disable(OS03B10_NUM_SUPPLIES, os03b10->supplies); in __os03b10_power_off()
1223 for (i = 0; i < OS03B10_NUM_SUPPLIES; i++) in os03b10_configure_regulators()
1227 OS03B10_NUM_SUPPLIES, in os03b10_configure_regulators()