Searched refs:MAX5970_NUM_SWITCHES (Results 1 – 2 of 2) sorted by relevance
112 if (channel >= MAX5970_NUM_SWITCHES || !rdevs[channel]) in max5970_is_visible()523 struct regulator_dev *rdevs[MAX5970_NUM_SWITCHES], in max597x_setup_irq() argument568 rdevs = devm_kcalloc(&i2c->dev, MAX5970_NUM_SWITCHES, sizeof(struct regulator_dev *), in max597x_regulator_probe()576 num_switches = MAX5970_NUM_SWITCHES; in max597x_regulator_probe()
15 #define MAX5970_NUM_SWITCHES 2 macro