Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/media/i2c/
H A Dgc2093.c98 #define GC2093_NUM_SUPPLIES ARRAY_SIZE(gc2093_supply_names) macro
135 struct regulator_bulk_data supplies[GC2093_NUM_SUPPLIES];
607 for (i = 0; i < GC2093_NUM_SUPPLIES; i++) { in gc2093_get_regulators()
611 return devm_regulator_bulk_get(gc2093->dev, GC2093_NUM_SUPPLIES, gc2093->supplies); in gc2093_get_regulators()
696 ret = regulator_bulk_enable(GC2093_NUM_SUPPLIES, gc2093->supplies); in __gc2093_power_on()
733 regulator_bulk_disable(GC2093_NUM_SUPPLIES, gc2093->supplies); in __gc2093_power_off()

Completed in 3 milliseconds