Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2053.c95 #define GC2053_NUM_SUPPLIES ARRAY_SIZE(gc2053_supply_names) macro
122 struct regulator_bulk_data supplies[GC2053_NUM_SUPPLIES];
615 for (i = 0; i < GC2053_NUM_SUPPLIES; i++) in gc2053_configure_regulators()
619 GC2053_NUM_SUPPLIES, in gc2053_configure_regulators()
756 ret = regulator_bulk_enable(GC2053_NUM_SUPPLIES, gc2053->supplies); in __gc2053_power_on()
805 regulator_bulk_disable(GC2053_NUM_SUPPLIES, gc2053->supplies); in __gc2053_power_off()