Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2035.c88 #define GC2035_NUM_SUPPLIES ARRAY_SIZE(gc2035_supply_names) macro
98 struct regulator_bulk_data supplies[GC2035_NUM_SUPPLIES];
1386 ret = regulator_bulk_enable(GC2035_NUM_SUPPLIES, in __gc2035_power_on()
1415 regulator_bulk_disable(GC2035_NUM_SUPPLIES, gc2035->supplies); in __gc2035_power_off()
1424 for (i = 0; i < GC2035_NUM_SUPPLIES; i++) in gc2035_configure_regulators()
1428 GC2035_NUM_SUPPLIES, in gc2035_configure_regulators()