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

/linux-master/tools/testing/selftests/timers/
H A Dchange_skew.c41 tx.modes = ADJ_FREQUENCY;
86 tx.modes = ADJ_FREQUENCY;
H A Dskew_consistency.c59 tx.modes = ADJ_FREQUENCY;
66 tx.modes = ADJ_FREQUENCY;
H A Dvalid-adjtimex.c127 tx.modes = ADJ_FREQUENCY;
146 tx.modes = ADJ_FREQUENCY;
171 tx.modes = ADJ_FREQUENCY;
176 printf("Error: No failure on invalid ADJ_FREQUENCY %ld\n",
187 tx.modes = ADJ_FREQUENCY;
H A Dadjtick.c122 tx1.modes |= ADJ_FREQUENCY;
199 tx1.modes |= ADJ_FREQUENCY;
H A Dfreq-step.c101 txc.modes = ADJ_TICK | ADJ_FREQUENCY;
/linux-master/include/uapi/linux/
H A Dtimex.h140 #define ADJ_FREQUENCY 0x0002 /* frequency offset */ macro
158 #define MOD_FREQUENCY ADJ_FREQUENCY
/linux-master/kernel/time/
H A Dntp.c721 if (txc->modes & ADJ_FREQUENCY) {
753 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET))
H A Dtimekeeping.c2395 if ((txc->modes & ADJ_FREQUENCY) && (BITS_PER_LONG == 64)) {
2476 if (txc->modes & (ADJ_FREQUENCY | ADJ_TICK))
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c334 tx.modes = ADJ_FREQUENCY;
/linux-master/drivers/ptp/
H A Dptp_clock.c148 } else if (tx->modes & ADJ_FREQUENCY) {

Completed in 382 milliseconds