Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc02m2.c92 #define GC02M2_NUM_SUPPLIES ARRAY_SIZE(gc02m2_supply_names) macro
119 struct regulator_bulk_data supplies[GC02M2_NUM_SUPPLIES];
774 ret = regulator_bulk_enable(GC02M2_NUM_SUPPLIES, gc02m2->supplies); in __gc02m2_power_on()
818 regulator_bulk_disable(GC02M2_NUM_SUPPLIES, gc02m2->supplies); in __gc02m2_power_off()
1189 for (i = 0; i < GC02M2_NUM_SUPPLIES; i++) in gc02m2_configure_regulators()
1193 GC02M2_NUM_SUPPLIES, in gc02m2_configure_regulators()