Searched refs:WDIOC_GETTIMELEFT (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dwatchdog.h34 #define WDIOC_GETTIMELEFT _IOR(WATCHDOG_IOCTL_BASE, 10, int) macro
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c304 ret = ioctl(fd, WDIOC_GETTIMELEFT, &flags);
306 printf("WDIOC_GETTIMELEFT returns %u seconds.\n", flags);
308 printf("WDIOC_GETTIMELEFT error '%s'\n", strerror(errno));
/linux-master/drivers/watchdog/
H A Dpcwd_pci.c550 case WDIOC_GETTIMELEFT:
H A Dpcwd_usb.c462 case WDIOC_GETTIMELEFT:
H A Dwatchdog_dev.c827 case WDIOC_GETTIMELEFT:

Completed in 149 milliseconds