Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c95 #define GC4023_NUM_SUPPLIES ARRAY_SIZE(gc4023_supply_names) macro
121 struct regulator_bulk_data supplies[GC4023_NUM_SUPPLIES];
1081 ret = regulator_bulk_enable(GC4023_NUM_SUPPLIES, gc4023->supplies); in __gc4023_power_on()
1126 regulator_bulk_disable(GC4023_NUM_SUPPLIES, gc4023->supplies); in __gc4023_power_off()
1467 for (i = 0; i < GC4023_NUM_SUPPLIES; i++) in gc4023_configure_regulators()
1471 GC4023_NUM_SUPPLIES, in gc4023_configure_regulators()