Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4c33.c108 #define GC4C33_NUM_SUPPLIES ARRAY_SIZE(gc4c33_supply_names) macro
134 struct regulator_bulk_data supplies[GC4C33_NUM_SUPPLIES];
2035 ret = regulator_bulk_enable(GC4C33_NUM_SUPPLIES, gc4c33->supplies); in __gc4c33_power_on()
2080 regulator_bulk_disable(GC4C33_NUM_SUPPLIES, gc4c33->supplies); in __gc4c33_power_off()
2383 for (i = 0; i < GC4C33_NUM_SUPPLIES; i++) in gc4c33_configure_regulators()
2387 GC4C33_NUM_SUPPLIES, in gc4c33_configure_regulators()