Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c35 #define ADJ_SETOFFSET 0x0100 macro
198 tmx.modes = ADJ_SETOFFSET; in set_offset()
233 tmx.modes = ADJ_SETOFFSET; in set_bad_offset()
250 printf("Testing ADJ_SETOFFSET... "); in validate_set_offset()
H A Dfreq-step.c28 #ifndef ADJ_SETOFFSET
29 #define ADJ_SETOFFSET 0x0100 macro
84 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c30 #ifndef ADJ_SETOFFSET
31 #define ADJ_SETOFFSET 0x0100 macro
374 tx.modes = ADJ_SETOFFSET | ADJ_NANO; in main()
/linux/include/uapi/linux/
H A Dtimex.h146 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/linux/drivers/ptp/
H A Dptp_clock.c129 if (tx->modes & (ADJ_SETOFFSET | ADJ_FREQUENCY | ADJ_OFFSET) && in ptp_clock_adjtime()
137 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()