HomeSort by relevance Sort by last modified time
    Searched refs:rtc_pll_info (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/uapi/linux/
rtc.h 37 struct rtc_pll_info { struct
64 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info)
65 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info)
  /external/kernel-headers/original/uapi/linux/
rtc.h 56 struct rtc_pll_info { struct
92 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
93 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 55 struct rtc_pll_info { struct
91 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
92 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
  /external/strace/
rtc.c 37 typedef struct rtc_pll_info struct_rtc_pll_info;
  /external/strace/tests/
ioctl_rtc.c 83 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_pll_info, pll);
  /external/strace/tests-m32/
ioctl_rtc.c 83 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_pll_info, pll);
  /external/strace/tests-mx32/
ioctl_rtc.c 83 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_pll_info, pll);

Completed in 233 milliseconds