Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/siox/
H A 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);
828 "watchdog_errors"); in siox_device_add()
/kernel/linux/linux-6.6/drivers/siox/
H A 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);
832 "watchdog_errors"); in siox_device_add()
/kernel/linux/linux-5.10/include/linux/
H A Dsiox.h25 unsigned int watchdog_errors; member
/kernel/linux/linux-6.6/include/linux/
H A Dsiox.h25 unsigned int watchdog_errors; member

Completed in 6 milliseconds