Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c125 tx.modes = ADJ_FREQUENCY; in validate_freq()
144 tx.modes = ADJ_FREQUENCY; in validate_freq()
169 tx.modes = ADJ_FREQUENCY; in validate_freq()
185 tx.modes = ADJ_FREQUENCY; in validate_freq()
H A Dskew_consistency.c57 tx.modes = ADJ_FREQUENCY; in main()
64 tx.modes = ADJ_FREQUENCY; in main()
H A Dchange_skew.c38 tx.modes = ADJ_FREQUENCY; in change_skew_test()
83 tx.modes = ADJ_FREQUENCY; in main()
H A Dadjtick.c118 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj()
195 tx1.modes |= ADJ_FREQUENCY; in main()
H A Dfreq-step.c101 txc.modes = ADJ_TICK | ADJ_FREQUENCY; in set_frequency()
/linux/include/uapi/linux/
H A Dtimex.h140 #define ADJ_FREQUENCY 0x0002 /* frequency offset */ macro
158 #define MOD_FREQUENCY ADJ_FREQUENCY
/linux/drivers/ptp/
H A Dptp_clock.c128 if (tx->modes & (ADJ_SETOFFSET | ADJ_FREQUENCY | ADJ_OFFSET) && in ptp_clock_adjtime()
161 } else if (tx->modes & ADJ_FREQUENCY) { in ptp_clock_adjtime()
/linux/kernel/time/
H A Dntp.c732 if (txc->modes & ADJ_FREQUENCY) { in process_adjtimex_modes()
762 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET)) in process_adjtimex_modes()
H A Dtimekeeping.c2647 if ((txc->modes & ADJ_FREQUENCY) && (BITS_PER_LONG == 64)) { in timekeeping_validate_timex()
2744 if (txc->modes & (ADJ_FREQUENCY | ADJ_TICK)) in __do_adjtimex()
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c363 tx.modes = ADJ_FREQUENCY; in main()