Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
Dpbias-regulator.c107 static struct of_regulator_match pbias_matches[] = { variable
113 #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches)
161 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
191 if (!pbias_matches[idx].init_data || in pbias_regulator_probe()
192 !pbias_matches[idx].of_node) in pbias_regulator_probe()
195 info = pbias_matches[idx].driver_data; in pbias_regulator_probe()
213 cfg.init_data = pbias_matches[idx].init_data; in pbias_regulator_probe()
214 cfg.of_node = pbias_matches[idx].of_node; in pbias_regulator_probe()