Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2145.c98 #define GC2145_NUM_SUPPLIES ARRAY_SIZE(gc2145_supply_names) macro
110 struct regulator_bulk_data supplies[GC2145_NUM_SUPPLIES];
2780 ret = regulator_bulk_enable(GC2145_NUM_SUPPLIES, in __gc2145_power_on()
2814 regulator_bulk_disable(GC2145_NUM_SUPPLIES, gc2145->supplies); in __gc2145_power_off()
2828 for (i = 0; i < GC2145_NUM_SUPPLIES; i++) in gc2145_configure_regulators()
2832 GC2145_NUM_SUPPLIES, in gc2145_configure_regulators()