Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2093.c91 #define GC2093_NUM_SUPPLIES ARRAY_SIZE(gc2093_supply_names) macro
128 struct regulator_bulk_data supplies[GC2093_NUM_SUPPLIES];
639 for (i = 0; i < GC2093_NUM_SUPPLIES; i++) in gc2093_get_regulators()
643 GC2093_NUM_SUPPLIES, in gc2093_get_regulators()
739 ret = regulator_bulk_enable(GC2093_NUM_SUPPLIES, gc2093->supplies); in __gc2093_power_on()
781 regulator_bulk_disable(GC2093_NUM_SUPPLIES, gc2093->supplies); in __gc2093_power_off()