Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c178 int adjphase = 0; in main() local
249 adjphase = atoi(optarg); in main()
382 if (adjphase) { in main()
385 tx.offset = adjphase; in main()
/linux-6.15/include/linux/
H A Dptp_clock_kernel.h179 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase); member
/linux-6.15/drivers/ptp/
H A Dptp_clock.c156 if (ops->adjphase) { in ptp_clock_adjtime()
166 err = ops->adjphase(ops, offset); in ptp_clock_adjtime()
H A Dptp_sysfs.c364 if (!info->adjphase || !info->getmaxphase) in ptp_is_attribute_visible()
H A Dptp_chardev.c198 caps.adjust_phase = ptp->info->adjphase != NULL && in ptp_ioctl()
H A Dptp_fc3.c595 .adjphase = &idtfc3_adjphase,
H A Dptp_clockmatrix.c2046 .adjphase = &idtcm_adjphase,
2063 .adjphase = &idtcm_adjphase,
H A Dptp_idt82p33.c1176 caps->adjphase = idt82p33_adjwritephase; in idt82p33_caps_init()
H A Dptp_ocp.c1481 .adjphase = ptp_ocp_null_adjphase,
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c978 .adjphase = mlx5_ptp_adjphase,