Home
last modified time | relevance | path

Searched refs:WDIOC_GETTIMELEFT (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dwatchdog.h34 #define WDIOC_GETTIMELEFT _IOR(WATCHDOG_IOCTL_BASE, 10, int) macro
/openbmc/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c304 ret = ioctl(fd, WDIOC_GETTIMELEFT, &flags); in main()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-api.rst144 before the system will reboot. The WDIOC_GETTIMELEFT is the ioctl
147 ioctl(fd, WDIOC_GETTIMELEFT, &timeleft);
H A Dconvert_drivers_to_kernel_api.rst64 WDIOC_GETTIMELEFT:
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-watchdog61 reset generation. It is equivalent to WDIOC_GETTIMELEFT of
/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c550 case WDIOC_GETTIMELEFT: in pcipcwd_ioctl()
H A Dpcwd_usb.c462 case WDIOC_GETTIMELEFT: in usb_pcwd_ioctl()
H A Dwatchdog_dev.c827 case WDIOC_GETTIMELEFT: in watchdog_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1230 +pub const WDIOC_GETTIMELEFT: u32 = 2147768074;