Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc0329.c86 #define GC0329_NUM_SUPPLIES ARRAY_SIZE(gc0329_supply_names) macro
96 struct regulator_bulk_data supplies[GC0329_NUM_SUPPLIES];
994 ret = regulator_bulk_enable(GC0329_NUM_SUPPLIES, in __gc0329_power_on()
1023 regulator_bulk_disable(GC0329_NUM_SUPPLIES, gc0329->supplies); in __gc0329_power_off()
1032 for (i = 0; i < GC0329_NUM_SUPPLIES; i++) in gc0329_configure_regulators()
1036 GC0329_NUM_SUPPLIES, in gc0329_configure_regulators()