Home
last modified time | relevance | path

Searched refs:getmaxphase (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/linux/
H A Dptp_clock_kernel.h180 s32 (*getmaxphase)(struct ptp_clock_info *ptp); member
/linux-6.15/drivers/ptp/
H A Dptp_sysfs.c27 return sysfs_emit(page, "%d\n", ptp->info->getmaxphase(ptp->info)); in max_phase_adjustment_show()
364 if (!info->adjphase || !info->getmaxphase) in ptp_is_attribute_visible()
H A Dptp_chardev.c199 ptp->info->getmaxphase != NULL; in ptp_ioctl()
201 caps.max_phase_adj = ptp->info->getmaxphase(ptp->info); in ptp_ioctl()
H A Dptp_clock.c157 s32 max_phase_adj = ops->getmaxphase(ops); in ptp_clock_adjtime()
H A Dptp_clockmatrix.c2047 .getmaxphase = &idtcm_getmaxphase,
2064 .getmaxphase = &idtcm_getmaxphase,
H A Dptp_idt82p33.c1177 caps->getmaxphase = idt82p33_getmaxphase; in idt82p33_caps_init()
H A Dptp_ocp.c1482 .getmaxphase = ptp_ocp_null_getmaxphase,
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c979 .getmaxphase = mlx5_ptp_getmaxphase,