Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2355.c93 #define GC2355_NUM_SUPPLIES ARRAY_SIZE(gc2355_supply_names) macro
115 struct regulator_bulk_data supplies[GC2355_NUM_SUPPLIES];
725 ret = regulator_bulk_enable(GC2355_NUM_SUPPLIES, gc2355->supplies); in __gc2355_power_on()
766 regulator_bulk_disable(GC2355_NUM_SUPPLIES, gc2355->supplies); in __gc2355_power_off()
1096 for (i = 0; i < GC2355_NUM_SUPPLIES; i++) in gc2355_configure_regulators()
1100 GC2355_NUM_SUPPLIES, in gc2355_configure_regulators()