Searched refs:adjphase (Results 1 – 7 of 7) sorted by relevance
76 PTP hardware clock requirements for '.adjphase'79 The 'struct ptp_clock_info' interface has a '.adjphase' function.84 correct the offset passed in the '.adjphase' call.88 **NOTE:** '.adjphase' is not a simple time adjustment functionality
179 int adjphase = 0; in main() local256 adjphase = atoi(optarg); in main()389 if (adjphase) { in main()392 tx.offset = adjphase; in main()
169 if (ops->adjphase) { in ptp_clock_adjtime()179 err = ops->adjphase(ops, offset); in ptp_clock_adjtime()
364 if (!info->adjphase || !info->getmaxphase) in ptp_is_attribute_visible()
191 .adjust_phase = ptp->info->adjphase != NULL && in ptp_clock_getcaps()
1482 .adjphase = ptp_ocp_null_adjphase,
1035 .adjphase = mlx5_ptp_adjphase,