Searched refs:MAX5970_NUM_SWITCHES (Results 1 – 2 of 2) sorted by relevance
15 #define MAX5970_NUM_SWITCHES 2 macro21 u32 irng[MAX5970_NUM_SWITCHES];22 u32 mon_rng[MAX5970_NUM_SWITCHES];23 u32 shunt_micro_ohms[MAX5970_NUM_SWITCHES];
112 if (channel >= MAX5970_NUM_SWITCHES || !rdevs[channel]) in max5970_is_visible()523 struct regulator_dev *rdevs[MAX5970_NUM_SWITCHES], in max597x_setup_irq() argument573 rdevs = devm_kcalloc(&i2c->dev, MAX5970_NUM_SWITCHES, sizeof(struct regulator_dev *), in max597x_regulator_probe()583 max597x->num_switches = MAX5970_NUM_SWITCHES; in max597x_regulator_probe()
Completed in 11 milliseconds