Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5024.c129 #define GC5024_NUM_SUPPLIES ARRAY_SIZE(gc5024_supply_names) macro
151 struct regulator_bulk_data supplies[GC5024_NUM_SUPPLIES];
791 ret = regulator_bulk_enable(GC5024_NUM_SUPPLIES, gc5024->supplies); in __gc5024_power_on()
828 regulator_bulk_disable(GC5024_NUM_SUPPLIES, gc5024->supplies); in __gc5024_power_off()
1210 for (i = 0; i < GC5024_NUM_SUPPLIES; i++) in gc5024_configure_regulators()
1214 GC5024_NUM_SUPPLIES, in gc5024_configure_regulators()