Searched refs:WM831X_WATCHDOG (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
D | wm831x_wdt.c | 64 ret = wm831x_set_bits(wm831x, WM831X_WATCHDOG, in wm831x_wdt_start() 87 ret = wm831x_set_bits(wm831x, WM831X_WATCHDOG, in wm831x_wdt_stop() 117 reg = wm831x_reg_read(wm831x, WM831X_WATCHDOG); in wm831x_wdt_ping() 129 ret = wm831x_reg_write(wm831x, WM831X_WATCHDOG, reg); in wm831x_wdt_ping() 157 ret = wm831x_set_bits(wm831x, WM831X_WATCHDOG, in wm831x_wdt_set_timeout() 193 ret = wm831x_reg_read(wm831x, WM831X_WATCHDOG); in wm831x_wdt_probe() 221 reg = wm831x_reg_read(wm831x, WM831X_WATCHDOG); in wm831x_wdt_probe() 266 ret = wm831x_reg_write(wm831x, WM831X_WATCHDOG, reg); in wm831x_wdt_probe()
|
D | Kconfig | 117 config WM831X_WATCHDOG config
|
/linux-4.1.27/include/linux/mfd/wm831x/ |
D | core.h | 34 #define WM831X_WATCHDOG 0x4004 macro
|
/linux-4.1.27/drivers/mfd/ |
D | wm831x-core.c | 100 case WM831X_WATCHDOG: in wm831x_reg_locked() 174 case WM831X_WATCHDOG: in wm831x_reg_readable() 355 case WM831X_WATCHDOG: in wm831x_reg_writeable()
|