Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/siox/
Dsiox-core.c255 sdevice->watchdog_errors++; in siox_poll()
469 unsigned int watchdog_errors; in watchdog_errors_show() local
473 watchdog_errors = sdev->watchdog_errors; in watchdog_errors_show()
477 return sprintf(buf, "%u\n", watchdog_errors); in watchdog_errors_show()
480 static DEVICE_ATTR_RO(watchdog_errors);
/linux-4.19.296/include/linux/
Dsiox.h28 unsigned int watchdog_errors; member