HomeSort by relevance Sort by last modified time
    Searched defs:rtc_time (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/
rtc_def.h 13 * to struct rtc_time used by the Linux kernel.
18 * struct time: struct rtc_time:
23 struct rtc_time { struct
  /bionic/libc/kernel/uapi/linux/
rtc.h 21 struct rtc_time { struct
35 struct rtc_time time;
54 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time)
55 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time)
56 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time)
57 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
  /external/kernel-headers/original/uapi/linux/
rtc.h 6 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
21 struct rtc_time { struct
40 struct rtc_time time; /* time the alarm is set to */
80 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
81 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
82 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
83 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 1990 uint64_t rtc_time, cur_time; local
    [all...]
  /device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c 2481 accelCalRun(&T(accel_cal), rtc_time, x, y, z, T(chip_temperature)); local
2488 gyroCalUpdateAccel(&T(gyro_cal), rtc_time, x, y, z); local
2498 gyroCalUpdateGyro(&T(gyro_cal), rtc_time, x, y, z, T(chip_temperature)); local
    [all...]

Completed in 599 milliseconds