Home
last modified time | relevance | path

Searched refs:ADJ_SETOFFSET (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c40 #define ADJ_SETOFFSET 0x0100 macro
201 tmx.modes = ADJ_SETOFFSET; in set_offset()
236 tmx.modes = ADJ_SETOFFSET; in set_bad_offset()
H A Dfreq-step.c28 #ifndef ADJ_SETOFFSET
29 #define ADJ_SETOFFSET 0x0100 macro
84 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c30 #ifndef ADJ_SETOFFSET
31 #define ADJ_SETOFFSET 0x0100 macro
310 tx.modes = ADJ_SETOFFSET; in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dtimex.h64 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dtimex.h64 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtimex.h105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtimex.h105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtimex.h146 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_clock.c123 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimekeeping.c2346 if (txc->modes & ADJ_SETOFFSET) { in timekeeping_validate_timex()
2418 if (txc->modes & ADJ_SETOFFSET) { in do_adjtimex()