Searched refs:RTC_IRQP_SET (Results 1 – 9 of 9) sorted by relevance
/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()
|
/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-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/strace/tests-mx32/ |
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()
|