Home
last modified time | relevance | path

Searched refs:adjphase (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/driver-api/
H A Dptp.rst76 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
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c179 int adjphase = 0; in main() local
256 adjphase = atoi(optarg); in main()
389 if (adjphase) { in main()
392 tx.offset = adjphase; in main()
/linux/drivers/ptp/
H A Dptp_chardev.c191 .adjust_phase = ptp->info->adjphase != NULL && in ptp_clock_getcaps()
H A Dptp_ocp.c1480 .adjphase = ptp_ocp_null_adjphase,
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c1035 .adjphase = mlx5_ptp_adjphase,