Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mfd/wm8350/
Dpmic.h696 #define NUM_WM8350_REGULATORS 12 macro
744 struct platform_device *pdev[NUM_WM8350_REGULATORS];
/Linux-v5.4/drivers/regulator/
Dwm8350-regulator.c921 static const struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = {
1178 if (reg < 0 || reg >= NUM_WM8350_REGULATORS) in wm8350_register_regulator()