Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/wm8350/
Dpmic.h701 #define NUM_WM8350_REGULATORS 12 macro
749 struct platform_device *pdev[NUM_WM8350_REGULATORS];
/linux-4.19.296/drivers/regulator/
Dwm8350-regulator.c993 static const struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = {
1242 if (reg < 0 || reg >= NUM_WM8350_REGULATORS) in wm8350_register_regulator()