Searched refs:S5C73M3_MAX_SUPPLIES (Results 1 – 2 of 2) sorted by relevance
316 #define S5C73M3_MAX_SUPPLIES 6 macro385 struct regulator_bulk_data supplies[S5C73M3_MAX_SUPPLIES];
48 static const char * const s5c73m3_supply_names[S5C73M3_MAX_SUPPLIES] = {1369 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_on()1415 for (i = S5C73M3_MAX_SUPPLIES - 1; i >= 0; i--) { in __s5c73m3_power_off()1423 for (++i; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_off()1712 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) in s5c73m3_probe()1715 ret = devm_regulator_bulk_get(dev, S5C73M3_MAX_SUPPLIES, in s5c73m3_probe()