Searched refs:adjphase (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/ |
H A D | testptp.c | 175 int adjphase = 0; in main() local 240 adjphase = atoi(optarg); in main() 355 if (adjphase) { in main() 358 tx.offset = adjphase; in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ptp_clock_kernel.h | 68 * @adjphase: Adjusts the phase offset of the hardware clock. 134 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ptp_clock_kernel.h | 80 * @adjphase: Indicates that the PHC should use an internal servo 87 * through adjphase. 177 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase); member
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_clock.c | 151 if (ops->adjphase) { in ptp_clock_adjtime() 157 err = ops->adjphase(ops, offset); in ptp_clock_adjtime()
|
H A D | ptp_chardev.c | 139 caps.adjust_phase = ptp->info->adjphase != NULL; in ptp_ioctl()
|
H A D | ptp_clockmatrix.c | 1846 .adjphase = &idtcm_adjphase, 1859 .adjphase = &idtcm_adjphase,
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_clock.c | 138 if (ops->adjphase) { in ptp_clock_adjtime() 148 err = ops->adjphase(ops, offset); in ptp_clock_adjtime()
|
H A D | ptp_sysfs.c | 363 if (!info->adjphase || !info->getmaxphase) in ptp_is_attribute_visible()
|
H A D | ptp_chardev.c | 139 caps.adjust_phase = ptp->info->adjphase != NULL && in ptp_ioctl()
|
H A D | ptp_clockmatrix.c | 2046 .adjphase = &idtcm_adjphase, 2063 .adjphase = &idtcm_adjphase,
|
H A D | ptp_idt82p33.c | 1176 caps->adjphase = idt82p33_adjwritephase, in idt82p33_caps_init()
|
H A D | ptp_ocp.c | 1247 .adjphase = ptp_ocp_null_adjphase,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | clock.c | 766 .adjphase = mlx5_ptp_adjphase,
|
Completed in 22 milliseconds