Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc1084.c80 #define GC1084_NUM_SUPPLIES ARRAY_SIZE(gc1084_supply_names) macro
115 struct regulator_bulk_data supplies[GC1084_NUM_SUPPLIES];
483 for (i = 0; i < GC1084_NUM_SUPPLIES; i++) in gc1084_get_regulators()
487 GC1084_NUM_SUPPLIES, in gc1084_get_regulators()
578 ret = regulator_bulk_enable(GC1084_NUM_SUPPLIES, gc1084->supplies); in __gc1084_power_on()
610 regulator_bulk_disable(GC1084_NUM_SUPPLIES, gc1084->supplies); in __gc1084_power_off()