HomeSort by relevance Sort by last modified time
    Searched full:rtc (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/oprofile/events/rtc/
events 0 # RTC events
3 name:RTC_INTERRUPTS event:0xff counters:0 um:zero minimum:2 : RTC interrupts/sec (rounded up to power of two)
unit_masks 0 # RTC possible unit masks
  /external/kernel-headers/original/asm-arm/
mc146818rtc.h 2 * Machine dependent access functions for RTC registers.
12 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
16 * The yet supported machines all access the RTC index register via
  /external/kernel-headers/original/asm-mips/
ds1286.h 6 * Machine dependent access functions for RTC registers.
mc146818rtc.h 6 * Machine dependent access functions for RTC registers.
  /external/kernel-headers/original/asm-mips/mach-ip22/
ds1286.h 8 * RTC routines for PC style attached Dallas chip.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 2 * Generic RTC interface.
43 * Data structure to control PLL correction some better RTC feature
46 * This is modeled after the RTC used in Q40/Q60 computers but
66 * ioctl calls that are permitted to the /dev/rtc interface, if
67 * any of the RTC drivers are enabled.
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 */
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 2 * Generic RTC interface.
43 * Data structure to control PLL correction some better RTC feature
46 * This is modeled after the RTC used in Q40/Q60 computers but
66 * ioctl calls that are permitted to the /dev/rtc interface, if
67 * any of the RTC drivers are enabled.
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 */
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 2 * Generic RTC interface.
43 * Data structure to control PLL correction some better RTC feature
46 * This is modeled after the RTC used in Q40/Q60 computers but
66 * ioctl calls that are permitted to the /dev/rtc interface, if
67 * any of the RTC drivers are enabled.
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 */
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /external/chromium_org/chrome/common/extensions/api/
rtc_private.idl 27 // Fired when an RTC launch event is raised.
  /external/kernel-headers/original/asm-x86/
mc146818rtc_32.h 2 * Machine dependent access functions for RTC registers.
14 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
19 * This lock provides nmi access to the CMOS/RTC registers. It has some
87 * The yet supported machines all access the RTC index register via
  /external/kernel-headers/original/linux/
rtc.h 2 * Generic RTC interface.
43 * Data structure to control PLL correction some better RTC feature
46 * This is modeled after the RTC used in Q40/Q60 computers but
66 * ioctl calls that are permitted to the /dev/rtc interface, if
67 * any of the RTC drivers are enabled.
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 */
163 /* Those fields are protected by rtc->irq_lock */
mc146818rtc.h 15 #include <linux/rtc.h> /* get the user-level API */
52 /* update-in-progress - set to "1" 244 microsecs before RTC goes off the bus,
  /external/chromium_org/chrome/browser/extensions/api/rtc_private/
rtc_private_api.h 27 // RTC application in ChromeOS. |action| defines the context of the launch
rtc_private_apitest.cc 63 // Load test RTC extension.
70 // Raise all RTC-related events.
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-runtime-checks.py 8 Make sure RTC setting is extracted properly.
  /external/oprofile/module/x86/
op_rtc.c 3 * Setup and handling of RTC interrupts
28 /* ---------------- RTC handler ------------------ */
142 "RTC value %d is out of range (%d-%d)\n"))
152 printk(KERN_ERR "oprofile: can't get RTC I/O Ports\n");
cpu_type.c 20 MODULE_PARM_DESC(force_rtc, "force RTC mode.");
126 "processor, reverting to RTC\n");
133 "oprofile: P4 HT enabled, reverting to RTC\n");
  /external/oprofile/libop/
op_config_24.h 58 /** maximum sampling rate when using RTC */
60 /** minimum sampling rate when using RTC */
  /developers/samples/android/background/alarms/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 67 // There are two clock types for alarms, ELAPSED_REALTIME and RTC.
68 // ELAPSED_REALTIME uses time since system boot as a reference, and RTC uses UTC (wall
71 // timezone/locale. RTC is better suited for alarms that should be dependant on current
  /development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java 67 // There are two clock types for alarms, ELAPSED_REALTIME and RTC.
68 // ELAPSED_REALTIME uses time since system boot as a reference, and RTC uses UTC (wall
71 // timezone/locale. RTC is better suited for alarms that should be dependant on current
  /development/ndk/platforms/android-3/include/linux/
mc146818rtc.h 16 #include <linux/rtc.h>

Completed in 851 milliseconds

1 2 3 4 5 6 7 8 9