Home
last modified time | relevance | path

Searched refs:RTC_UIE_ON (Results 1 – 25 of 28) sorted by relevance

12

/external/syzkaller/sys/linux/
Drtc.txt15 ioctl$RTC_UIE_ON(fd fd_rtc, cmd const[RTC_UIE_ON])
Drtc_arm64.const18 RTC_UIE_ON = 28675
Drtc_arm.const18 RTC_UIE_ON = 28675
Drtc_amd64.const18 RTC_UIE_ON = 28675
Drtc_ppc64le.const18 RTC_UIE_ON = 536899587
Drtc_386.const18 RTC_UIE_ON = 28675
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c58 rc = ioctl(self->fd, RTC_UIE_ON, 0); in TEST_F()
83 rc = ioctl(self->fd, RTC_UIE_ON, 0); in TEST_F()
/external/kernel-headers/original/uapi/linux/
Drtc.h73 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ macro
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME13 ioctls tested :- RTC_UIE_ON, RTC_UIE_OFF.
Drtc01.c178 ret = ioctl(rtc_fd, RTC_UIE_ON, 0); in update_interrupts_test()
/external/strace/
Drtc.c139 case RTC_UIE_ON: in MPERS_PRINTER_DECL()
/external/linux-kselftest/android/patches/
D0011-ANDROID-do-not-run-update-periodic-IRQ-tests-on-Andr.patch33 retval = ioctl(fd, RTC_UIE_ON, 0);
/external/strace/tests-m32/
Dioctl_rtc.c61 XLAT(RTC_UIE_ON),
/external/strace/tests/
Dioctl_rtc.c61 XLAT(RTC_UIE_ON),
/external/strace/tests-mx32/
Dioctl_rtc.c61 XLAT(RTC_UIE_ON),
/external/autotest/client/tests/rtc/src/
Drtctest.c64 retval = ioctl(fd, RTC_UIE_ON, 0); in main()
/external/linux-kselftest/tools/testing/selftests/timers/
Drtctest.c133 retval = ioctl(fd, RTC_UIE_ON, 0); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go1500 RTC_UIE_ON = 0x20007003 const
Dzerrors_linux_ppc64.go1556 RTC_UIE_ON = 0x20007003 const
Dzerrors_linux_arm.go1506 RTC_UIE_ON = 0x7003 const
Dzerrors_linux_mips64.go1500 RTC_UIE_ON = 0x20007003 const
Dzerrors_linux_ppc64le.go1556 RTC_UIE_ON = 0x20007003 const
Dzerrors_linux_arm64.go1490 RTC_UIE_ON = 0x7003 const
Dzerrors_linux_386.go1499 RTC_UIE_ON = 0x7003 const
Dzerrors_linux_mips.go1500 RTC_UIE_ON = 0x20007003 const

12