Lines Matching refs:watchdog
2 Converting old watchdog drivers to the watchdog framework
7 Before the watchdog framework came into the kernel, every driver had to
58 do limit-checking, if min_timeout and max_timeout in the watchdog
97 - .name = "watchdog",
113 Add the watchdog operations
117 explained in 'watchdog-kernel-api.txt' in this directory. start() and
151 Add the watchdog device
156 in 'watchdog-kernel-api.txt' in this directory. We pass it the mandatory
163 Here is a simple example for a watchdog device::
190 Register the watchdog device
218 linux-watchdog@vger.kernel.org. We are looking forward to it :)