/linux-5.19.10/arch/x86/xen/ |
D | time.c | 114 op.u.settime64.mbz = 0; in xen_pvclock_gtod_notify() 115 op.u.settime64.secs = now.tv_sec; in xen_pvclock_gtod_notify() 116 op.u.settime64.nsecs = now.tv_nsec; in xen_pvclock_gtod_notify() 117 op.u.settime64.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
|
/linux-5.19.10/arch/arm/xen/ |
D | enlighten.c | 121 op.u.settime64.mbz = 0; in xen_pvclock_gtod_notify() 122 op.u.settime64.secs = now.tv_sec; in xen_pvclock_gtod_notify() 123 op.u.settime64.nsecs = now.tv_nsec; in xen_pvclock_gtod_notify() 124 op.u.settime64.system_time = timespec64_to_ns(&system_time); in xen_pvclock_gtod_notify()
|
/linux-5.19.10/drivers/ptp/ |
D | ptp_vmw.c | 84 .settime64 = ptp_vmw_settime,
|
D | ptp_kvm_common.c | 121 .settime64 = ptp_kvm_settime,
|
D | ptp_vclock.c | 163 .settime64 = ptp_vclock_settime,
|
D | ptp_dte.c | 235 .settime64 = ptp_dte_settime,
|
D | ptp_clock.c | 85 return ptp->info->settime64(ptp->info, tp); in ptp_clock_settime()
|
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 25 .settime64 = ptp_qoriq_settime,
|
/linux-5.19.10/include/linux/ |
D | ptp_clock_kernel.h | 183 int (*settime64)(struct ptp_clock_info *p, const struct timespec64 *ts); member
|
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 241 info->settime64 = xgbe_settime; in xgbe_ptp_register()
|
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 85 .settime64 = ptp_qoriq_settime,
|
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 1395 adapter->ptp_caps.settime64 = ixgbe_ptp_settime; in ixgbe_ptp_create_clock() 1412 adapter->ptp_caps.settime64 = ixgbe_ptp_settime; in ixgbe_ptp_create_clock() 1428 adapter->ptp_caps.settime64 = ixgbe_ptp_settime; in ixgbe_ptp_create_clock()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 243 .settime64 = mlx4_en_phc_settime,
|
/linux-5.19.10/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 221 adapter->ptp_clock_info.settime64 = tsnep_ptp_settime64; in tsnep_ptp_init()
|
/linux-5.19.10/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 266 .settime64 = e1000e_phc_settime,
|
/linux-5.19.10/drivers/net/ethernet/cavium/common/ |
D | cavium_ptp.c | 271 .settime64 = cavium_ptp_settime, in cavium_ptp_probe()
|
/linux-5.19.10/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 236 .settime64 = ptp_ixp_settime,
|
/linux-5.19.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_tai.c | 443 tai->caps.settime64 = mvpp22_tai_settime64; in mvpp22_tai_probe()
|
/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 275 .settime64 = stmmac_set_time,
|
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ptp.c | 282 .settime64 = otx2_ptp_settime, in otx2_ptp_init()
|
/linux-5.19.10/include/xen/interface/ |
D | platform.h | 491 struct xenpf_settime64 settime64; member
|
/linux-5.19.10/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1353 adapter->ptp_caps.settime64 = igb_ptp_settime_82576; in igb_ptp_init() 1376 adapter->ptp_caps.settime64 = igb_ptp_settime_82576; in igb_ptp_init() 1399 adapter->ptp_caps.settime64 = igb_ptp_settime_i210; in igb_ptp_init()
|
/linux-5.19.10/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 301 .settime64 = ravb_ptp_settime64,
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.c | 410 .settime64 = cxgb4_ptp_settime,
|
/linux-5.19.10/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 409 hellcreek->ptp_clock_info.settime64 = hellcreek_ptp_settime; in hellcreek_ptp_setup()
|