HomeSort by relevance Sort by last modified time
    Searched refs:rtc_time (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
rtc.h 15 struct rtc_time { struct
30 struct rtc_time time;
52 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time)
53 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time)
54 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time)
55 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
rtc.h 15 struct rtc_time { struct
30 struct rtc_time time;
52 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time)
53 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time)
54 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time)
55 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
rtc.h 15 struct rtc_time { struct
30 struct rtc_time time;
52 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time)
53 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time)
54 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time)
55 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
  /external/kernel-headers/original/linux/
rtc.h 5 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
20 struct rtc_time { struct
39 struct rtc_time time; /* time the alarm is set to */
79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
106 extern int rtc_valid_tm(struct rtc_time *tm);
107 extern int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time);
108 extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm)
    [all...]
  /external/strace/
time.c 892 const struct rtc_time *rt;
915 struct rtc_time rt;
927 struct rtc_time rt;
  /external/kernel-headers/original/linux/spi/
cpcap.h 556 struct rtc_time time;

Completed in 173 milliseconds

12