Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc0403.c91 #define GC0403_NUM_SUPPLIES ARRAY_SIZE(gc0403_supply_names) macro
112 struct regulator_bulk_data supplies[GC0403_NUM_SUPPLIES];
817 ret = regulator_bulk_enable(GC0403_NUM_SUPPLIES, gc0403->supplies); in __gc0403_power_on()
846 regulator_bulk_disable(GC0403_NUM_SUPPLIES, gc0403->supplies); in __gc0403_power_off()
1164 for (i = 0; i < GC0403_NUM_SUPPLIES; i++) in gc0403_configure_regulators()
1168 GC0403_NUM_SUPPLIES, in gc0403_configure_regulators()