Home
last modified time | relevance | path

Searched refs:max_phase_adj (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ptp/
H A Dptp_clock.c157 s32 max_phase_adj = ops->getmaxphase(ops); in ptp_clock_adjtime() local
163 if (offset > max_phase_adj || offset < -max_phase_adj) in ptp_clock_adjtime()
H A Dptp_chardev.c201 caps.max_phase_adj = ptp->info->getmaxphase(ptp->info); in ptp_ioctl()
/linux/include/uapi/linux/
H A Dptp_clock.h105 int max_phase_adj; /* Maximum phase adjustment in nanoseconds. */ member