Searched refs:rtc (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | interpol-test.c | 183 pa_usec_t t, rtc, d; in START_TEST() local 214 rtc = pa_timeval_diff(&now, &start); in START_TEST() 216 (unsigned long long) rtc, in START_TEST() 218 (unsigned long long) (rtc-old_rtc), in START_TEST() 220 (signed long long) rtc - (signed long long) t, in START_TEST() 228 old_rtc = rtc; in START_TEST() 231 cork_now = (rtc / (2*PA_USEC_PER_SEC)) % 2 == 1; in START_TEST()
|
/third_party/ltp/testcases/kernel/device-drivers/ |
H A D | Makefile | 14 rtc \
|
/third_party/ltp/include/ |
H A D | tst_rtctime.h | 10 #include <linux/rtc.h>
|
/third_party/toybox/toys/other/ |
H A D | hwclock.c | 5 * No standard, but see Documentation/rtc.txt in the linux kernel source.. 7 USE_HWCLOCK(NEWTOY(hwclock, ">0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys)r(show)w(systohc)[-ul][!rtsw]", TOYFLAG_SBIN)) 17 -f FILE Use specified device file instead of /dev/rtc (--rtc) 28 #include <linux/rtc.h> 42 sprintf(toybuf, "/sys/class/rtc/%s/hctosys", node->name); in rtc_find() 82 // Open /dev/rtc (if your system has no /dev/rtc symlink, search for it). in hwclock_main() 83 if (!TT.f && (fd = open("/dev/rtc", flag)) == -1) { in hwclock_main() 84 dirtree_read("/sys/class/rtc", rtc_fin in hwclock_main() [all...] |
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
H A D | rtc01.c | 0 /* rtc-test.c 31 #include <linux/rtc.h> 42 static char *rtc_dev = "/dev/rtc"; 51 printf(" -d x rtc device node, default is %s\n", in help() 165 * the RTC gives interrupts (1/sec) on the interrupts line(if the rtc 230 tst_brkm(TCONF, NULL, "couldn't find rtc device '%s'", rtc_dev); in main()
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 137 #include <linux/rtc.h>
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 29 milliseconds