/linux/drivers/ptp/ |
H A D | ptp_s390.c | 88 .adjtime = ptp_s390_adjtime, 99 .adjtime = ptp_s390_adjtime,
|
H A D | ptp_vmw.c | 75 .adjtime = ptp_vmw_adjtime,
|
H A D | ptp_kvm_common.c | 119 .adjtime = ptp_kvm_adjtime,
|
H A D | ptp_mock.c | 134 .adjtime = mock_phc_adjtime, in mock_phc_create()
|
H A D | ptp_dte.c | 224 .adjtime = ptp_dte_adjtime,
|
H A D | ptp_vclock.c | 167 .adjtime = ptp_vclock_adjtime,
|
/linux/tools/testing/selftests/ptp/ |
H A D | testptp.c | 177 int adjtime = 0; in main() local 274 adjtime = atoi(optarg); in main() 372 if (adjtime || adjns) { in main() 375 tx.time.tv_sec = adjtime; in main()
|
H A D | phc.sh | 6 adjtime 142 adjtime() function 148 log_test "adjtime"
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icss_iep.h | 92 void (*adjtime)(void *clockops_data, s64 delta); member
|
H A D | icss_iep.c | 343 if (iep->ops && iep->ops->adjtime) { in icss_iep_ptp_adjtime() 344 iep->ops->adjtime(iep->clockops_data, delta); in icss_iep_ptp_adjtime() 678 .adjtime = icss_iep_ptp_adjtime,
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ptp.c | 277 .adjtime = stmmac_adjust_time, 295 .adjtime = stmmac_adjust_time,
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ptp.c | 23 .adjtime = ptp_qoriq_adjtime,
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | 122 info->adjtime = xgbe_adjtime; in xgbe_ptp_register()
|
/linux/include/linux/ |
H A D | ptp_clock_kernel.h | 107 * @adjtime: Shifts the time of the hardware clock. 199 int (*adjtime)(struct ptp_clock_info *ptp, s64 delta); member
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_phc.c | 66 .adjtime = ena_phc_adjtime,
|
/linux/drivers/virtio/ |
H A D | virtio_rtc_ptp.c | 173 /* viortc_ptp_adjtime() - unsupported PTP clock adjtime op */ 234 .adjtime = viortc_ptp_adjtime,
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ptp.c | 82 .adjtime = ptp_qoriq_adjtime,
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 1393 adapter->ptp_caps.adjtime = ixgbe_ptp_adjtime; in ixgbe_ptp_create_clock() 1410 adapter->ptp_caps.adjtime = ixgbe_ptp_adjtime; in ixgbe_ptp_create_clock() 1427 adapter->ptp_caps.adjtime = ixgbe_ptp_adjtime; in ixgbe_ptp_create_clock()
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ptp.c | 219 adapter->ptp_clock_info.adjtime = tsnep_ptp_adjtime; in tsnep_ptp_init()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_clock.c | 239 .adjtime = mlx4_en_phc_adjtime,
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | ptp.c | 253 .adjtime = e1000e_phc_adjtime,
|
/linux/drivers/net/ethernet/cavium/common/ |
H A D | cavium_ptp.c | 268 .adjtime = cavium_ptp_adjtime, in cavium_ptp_probe()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_time.c | 218 .adjtime = fbnic_ptp_adjtime,
|
/linux/drivers/net/ethernet/xscale/ |
H A D | ptp_ixp46x.c | 223 .adjtime = ptp_ixp_adjtime,
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_tai.c | 441 tai->caps.adjtime = mvpp22_tai_adjtime; in mvpp22_tai_probe()
|