Home
last modified time | relevance | path

Searched refs:adjphase (Results 1 – 7 of 7) 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_clock.c181 if (ops->adjphase) { in ptp_clock_adjtime()
191 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_fc3.c596 .adjphase = &idtfc3_adjphase,
H A Dptp_ocp.c1742 .adjphase = ptp_ocp_null_adjphase,
/linux/drivers/dpll/zl3073x/
H A Ddpll.c2655 .adjphase = zl3073x_dpll_ptp_adjphase,