Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc3003.c93 #define GC3003_NUM_SUPPLIES ARRAY_SIZE(gc3003_supply_names) macro
121 struct regulator_bulk_data supplies[GC3003_NUM_SUPPLIES];
1463 ret = regulator_bulk_enable(GC3003_NUM_SUPPLIES, gc3003->supplies); in __gc3003_power_on()
1518 regulator_bulk_disable(GC3003_NUM_SUPPLIES, gc3003->supplies); in __gc3003_power_off()
1851 for (i = 0; i < GC3003_NUM_SUPPLIES; i++) in gc3003_configure_regulators()
1855 GC3003_NUM_SUPPLIES, in gc3003_configure_regulators()