Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2385.c88 #define GC2385_NUM_SUPPLIES ARRAY_SIZE(gc2385_supply_names) macro
110 struct regulator_bulk_data supplies[GC2385_NUM_SUPPLIES];
686 ret = regulator_bulk_enable(GC2385_NUM_SUPPLIES, gc2385->supplies); in __gc2385_power_on()
727 regulator_bulk_disable(GC2385_NUM_SUPPLIES, gc2385->supplies); in __gc2385_power_off()
1112 for (i = 0; i < GC2385_NUM_SUPPLIES; i++) in gc2385_configure_regulators()
1116 GC2385_NUM_SUPPLIES, in gc2385_configure_regulators()