Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/regulator/
Dwm8400-regulator.c195 if (data[0] & WM8400_DC1_SLEEP) in wm8400_dcdc_get_mode()
224 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
235 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
245 WM8400_DC1_SLEEP, 0); in wm8400_dcdc_set_mode()
/linux-2.6.39/include/linux/mfd/
Dwm8400-private.h498 #define WM8400_DC1_SLEEP 0x2000 /* DC1_SLEEP */ macro