Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/regulator/
Dwm8350-regulator.c684 case WM8350_LDO_4: in wm8350_ldo_set_suspend_voltage()
714 case WM8350_LDO_4: in wm8350_ldo_set_suspend_enable()
743 case WM8350_LDO_4: in wm8350_ldo_set_suspend_disable()
793 case WM8350_LDO_4: in wm8350_ldo_set_voltage()
823 case WM8350_LDO_4: in wm8350_ldo_get_voltage_sel()
912 case WM8350_LDO_4: in wm8350_ldo_set_slot()
997 if (ldo < WM8350_LDO_1 || ldo > WM8350_LDO_4) in wm8350_ldo_enable()
1011 if (ldo < WM8350_LDO_1 || ldo > WM8350_LDO_4) in wm8350_ldo_disable()
1218 if (ldo < WM8350_LDO_1 || ldo > WM8350_LDO_4) in wm8350_ldo_is_enabled()
1354 .id = WM8350_LDO_4,
/linux-3.4.99/include/linux/mfd/wm8350/
Dpmic.h646 #define WM8350_LDO_4 9 macro
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dmach-smdk6410.c476 { WM8350_LDO_4, &wm8350_ldo4_data },
/linux-3.4.99/arch/arm/mach-imx/
Dmach-mx31ads.c453 wm8350_register_regulator(wm8350, WM8350_LDO_4, &ldo4_data); in mx31_wm8350_init()