Searched refs:S5C73M3_MAX_SUPPLIES (Results 1 – 2 of 2) sorted by relevance
316 #define S5C73M3_MAX_SUPPLIES 6 macro379 struct regulator_bulk_data supplies[S5C73M3_MAX_SUPPLIES];
46 static const char * const s5c73m3_supply_names[S5C73M3_MAX_SUPPLIES] = {1352 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_on()1396 for (i = S5C73M3_MAX_SUPPLIES - 1; i >= 0; i--) { in __s5c73m3_power_off()1404 for (++i; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_off()1638 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) in s5c73m3_probe()1641 ret = devm_regulator_bulk_get(dev, S5C73M3_MAX_SUPPLIES, in s5c73m3_probe()