Lines Matching refs:watchdog
1 Converting old watchdog drivers to the watchdog framework
5 Before the watchdog framework came into the kernel, every driver had to
56 do limit-checking, if min_timeout and max_timeout in the watchdog
96 - .name = "watchdog",
112 Add the watchdog operations
116 explained in 'watchdog-kernel-api.txt' in this directory. start(), stop() and
150 Add the watchdog device
155 in 'watchdog-kernel-api.txt' in this directory. We pass it the mandatory
162 Here is a simple example for a watchdog device:
189 Register the watchdog device
217 linux-watchdog@vger.kernel.org. We are looking forward to it :)