Searched refs:S5C73M3_MAX_SUPPLIES (Results 1 – 2 of 2) sorted by relevance
324 #define S5C73M3_MAX_SUPPLIES 6 macro393 struct regulator_bulk_data supplies[S5C73M3_MAX_SUPPLIES];
55 static const char * const s5c73m3_supply_names[S5C73M3_MAX_SUPPLIES] = {1360 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_on()1406 for (i = S5C73M3_MAX_SUPPLIES - 1; i >= 0; i--) { in __s5c73m3_power_off()1414 for (++i; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_off()1702 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) in s5c73m3_probe()1705 ret = devm_regulator_bulk_get(dev, S5C73M3_MAX_SUPPLIES, in s5c73m3_probe()