Home
last modified time | relevance | path

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

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