Home
last modified time | relevance | path

Searched refs:MAX5970_NUM_SWITCHES (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
H A Dmax5970-regulator.c112 if (channel >= MAX5970_NUM_SWITCHES || !rdevs[channel]) in max5970_is_visible()
523 struct regulator_dev *rdevs[MAX5970_NUM_SWITCHES], in max597x_setup_irq() argument
568 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()
/linux/include/linux/mfd/
H A Dmax5970.h15 #define MAX5970_NUM_SWITCHES 2 macro