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];
56 static const char * const s5c73m3_supply_names[S5C73M3_MAX_SUPPLIES] = {1377 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_on()1423 for (i = S5C73M3_MAX_SUPPLIES - 1; i >= 0; i--) { in __s5c73m3_power_off()1431 for (++i; i < S5C73M3_MAX_SUPPLIES; i++) { in __s5c73m3_power_off()1720 for (i = 0; i < S5C73M3_MAX_SUPPLIES; i++) in s5c73m3_probe()1723 ret = devm_regulator_bulk_get(dev, S5C73M3_MAX_SUPPLIES, in s5c73m3_probe()