Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5035.c95 #define GC5035_NUM_SUPPLIES ARRAY_SIZE(gc5035_supply_names) macro
164 struct regulator_bulk_data supplies[GC5035_NUM_SUPPLIES];
879 ret = regulator_bulk_enable(GC5035_NUM_SUPPLIES, gc5035->supplies); in __gc5035_power_on()
920 regulator_bulk_disable(GC5035_NUM_SUPPLIES, gc5035->supplies); in __gc5035_power_off()
1290 for (i = 0; i < GC5035_NUM_SUPPLIES; i++) in gc5035_configure_regulators()
1294 GC5035_NUM_SUPPLIES, in gc5035_configure_regulators()