Searched refs:WDIOC_GETTEMP (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dwatchdog.h27 #define WDIOC_GETTEMP _IOR(WATCHDOG_IOCTL_BASE, 3, int) macro
/linux-master/drivers/watchdog/
H A Dwdrtas.c297 case WDIOC_GETTEMP:
H A Dpcwd_pci.c492 case WDIOC_GETTEMP:
H A Dpcwd_usb.c411 case WDIOC_GETTEMP:
H A Dpcwd.c616 case WDIOC_GETTEMP:
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c9 * - Enhance test to add coverage for WDIOC_GETTEMP.
259 ret = ioctl(fd, WDIOC_GETTEMP, &temperature);
261 printf("WDIOC_GETTEMP: '%s'\n", strerror(errno));

Completed in 117 milliseconds