Searched refs:GC2145_NUM_SUPPLIES (Results 1 – 1 of 1) sorted by relevance
480 #define GC2145_NUM_SUPPLIES ARRAY_SIZE(gc2145_supply_name) macro641 struct regulator_bulk_data supplies[GC2145_NUM_SUPPLIES];1013 ret = regulator_bulk_enable(GC2145_NUM_SUPPLIES, gc2145->supplies); in gc2145_power_on()1038 regulator_bulk_disable(GC2145_NUM_SUPPLIES, gc2145->supplies); in gc2145_power_on()1051 regulator_bulk_disable(GC2145_NUM_SUPPLIES, gc2145->supplies); in gc2145_power_off()1061 for (i = 0; i < GC2145_NUM_SUPPLIES; i++) in gc2145_get_regulators()1064 return devm_regulator_bulk_get(&client->dev, GC2145_NUM_SUPPLIES, in gc2145_get_regulators()