Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
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 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/kernel/time/
H A Dntp.c725 if (txc->modes & ADJ_FREQUENCY) { in process_adjtimex_modes()
755 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET)) in process_adjtimex_modes()
H A Dtimekeeping.c2470 if ((txc->modes & ADJ_FREQUENCY) && (BITS_PER_LONG == 64)) { in timekeeping_validate_timex()
2552 if (txc->modes & (ADJ_FREQUENCY | ADJ_TICK)) in do_adjtimex()
/linux/drivers/ptp/
H A Dptp_clock.c148 } else if (tx->modes & ADJ_FREQUENCY) { in ptp_clock_adjtime()