Searched refs:watchdog_errors (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsiox.h25 unsigned int watchdog_errors; member in struct:siox_device
/linux-master/drivers/siox/
H A Dsiox-core.c255 sdevice->watchdog_errors++;
469 unsigned int watchdog_errors; local
473 watchdog_errors = sdev->watchdog_errors;
477 return sprintf(buf, "%u\n", watchdog_errors);
480 static DEVICE_ATTR_RO(watchdog_errors);
878 "watchdog_errors");

Completed in 141 milliseconds