Home
last modified time | relevance | path

Searched refs:RTC_PLL_SET (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests-mx32/
Dioctl_rtc.c168 ioctl(-1, RTC_PLL_SET, 0); in main()
171 ioctl(-1, RTC_PLL_SET, pll); in main()
/external/strace/tests-m32/
Dioctl_rtc.c168 ioctl(-1, RTC_PLL_SET, 0); in main()
171 ioctl(-1, RTC_PLL_SET, pll); in main()
/external/strace/tests/
Dioctl_rtc.c168 ioctl(-1, RTC_PLL_SET, 0); in main()
171 ioctl(-1, RTC_PLL_SET, pll); in main()
/external/kernel-headers/original/uapi/linux/
Drtc.h92 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */ macro
/external/strace/
Drtc.c124 case RTC_PLL_SET: in MPERS_PRINTER_DECL()
Dioctl_redefs2.h969 #ifdef RTC_PLL_SET
970 # undef RTC_PLL_SET
971 # define RTC_PLL_SET 0x401c7012 macro
Dioctl_redefs1.h1129 #ifdef RTC_PLL_SET
1130 # undef RTC_PLL_SET
1131 # define RTC_PLL_SET 0x401c7012 macro
DChangeLog14134 rtc.c: decode RTC_PLL_GET and RTC_PLL_SET.
14135 * rtc.c (rtc_ioctl): Decode RTC_PLL_GET and RTC_PLL_SET