Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5025.c85 #define GC5025_NUM_SUPPLIES ARRAY_SIZE(gc5025_supply_names) macro
153 struct regulator_bulk_data supplies[GC5025_NUM_SUPPLIES];
1410 ret = regulator_bulk_enable(GC5025_NUM_SUPPLIES, gc5025->supplies); in __gc5025_power_on()
1451 regulator_bulk_disable(GC5025_NUM_SUPPLIES, gc5025->supplies); in __gc5025_power_off()
1800 for (i = 0; i < GC5025_NUM_SUPPLIES; i++) in gc5025_configure_regulators()
1804 GC5025_NUM_SUPPLIES, in gc5025_configure_regulators()