Searched refs:RTC_IRQP_SET (Results 1 – 25 of 27) sorted by relevance
12
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | rtcpie.c | 72 retval = ioctl(fd, RTC_IRQP_SET, tmp); in main() 127 ioctl(fd, RTC_IRQP_SET, old_pie_rate); in main()
|
D | rtctest.c | 301 retval = ioctl(fd, RTC_IRQP_SET, tmp); in main()
|
/external/syzkaller/sys/linux/ |
D | rtc.txt | 23 ioctl$RTC_IRQP_SET(fd fd_rtc, cmd const[RTC_IRQP_SET], arg intptr[1:RTC_MAX_FREQ])
|
D | rtc_amd64.const | 9 RTC_IRQP_SET = 1074294796
|
D | rtc_arm.const | 9 RTC_IRQP_SET = 1074032652
|
D | rtc_386.const | 9 RTC_IRQP_SET = 1074032652
|
D | rtc_arm64.const | 9 RTC_IRQP_SET = 1074294796
|
D | rtc_ppc64le.const | 9 RTC_IRQP_SET = 2148036620
|
/external/kernel-headers/original/uapi/linux/ |
D | rtc.h | 85 #define RTC_IRQP_SET _IOW('p', 0x0c, unsigned long) /* Set IRQ rate */ macro
|
/external/strace/ |
D | rtc.c | 102 case RTC_IRQP_SET: in MPERS_PRINTER_DECL()
|
D | ioctl_redefs2.h | 873 #ifdef RTC_IRQP_SET 874 # undef RTC_IRQP_SET 875 # define RTC_IRQP_SET 0x4004700c macro
|
D | ioctl_redefs1.h | 1037 #ifdef RTC_IRQP_SET 1038 # undef RTC_IRQP_SET 1039 # define RTC_IRQP_SET 0x4004700c macro
|
/external/strace/tests-mx32/ |
D | ioctl_rtc.c | 121 ioctl(-1, RTC_IRQP_SET, lmagic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_rtc.c | 121 ioctl(-1, RTC_IRQP_SET, lmagic); in main()
|
/external/strace/tests/ |
D | ioctl_rtc.c | 121 ioctl(-1, RTC_IRQP_SET, lmagic); in main()
|
/external/autotest/client/tests/rtc/src/ |
D | rtctest.c | 213 retval = ioctl(fd, RTC_IRQP_SET, tmp); in main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 1489 RTC_IRQP_SET = 0x8004700c const
|
D | zerrors_linux_s390x.go | 1549 RTC_IRQP_SET = 0x4008700c const
|
D | zerrors_linux_arm.go | 1495 RTC_IRQP_SET = 0x4004700c const
|
D | zerrors_linux_ppc64le.go | 1545 RTC_IRQP_SET = 0x8008700c const
|
D | zerrors_linux_mips64.go | 1489 RTC_IRQP_SET = 0x8008700c const
|
D | zerrors_linux_ppc64.go | 1545 RTC_IRQP_SET = 0x8008700c const
|
D | zerrors_linux_amd64.go | 1489 RTC_IRQP_SET = 0x4008700c const
|
D | zerrors_linux_mips64le.go | 1489 RTC_IRQP_SET = 0x8008700c const
|
D | zerrors_linux_386.go | 1488 RTC_IRQP_SET = 0x4004700c const
|
12