Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc08a3.c96 #define GC08A3_NUM_SUPPLIES ARRAY_SIZE(gc08a3_supply_names) macro
127 struct regulator_bulk_data supplies[GC08A3_NUM_SUPPLIES];
1603 ret = regulator_bulk_enable(GC08A3_NUM_SUPPLIES, gc08a3->supplies); in __gc08a3_power_on()
1647 regulator_bulk_disable(GC08A3_NUM_SUPPLIES, gc08a3->supplies); in __gc08a3_power_off()
1960 for (i = 0; i < GC08A3_NUM_SUPPLIES; i++) in gc08a3_configure_regulators()
1964 GC08A3_NUM_SUPPLIES, in gc08a3_configure_regulators()