Symbol: ptp_clock_time
drivers/net/dsa/microchip/ksz_ptp.c
429
struct timespec64 ptp_clock_time;
drivers/net/dsa/microchip/ksz_ptp.c
438
ptp_clock_time = ptp_data->clock_time;
drivers/net/dsa/microchip/ksz_ptp.c
442
ts.tv_sec = (ptp_clock_time.tv_sec & ~3) | ts.tv_sec;
drivers/net/dsa/microchip/ksz_ptp.c
445
diff = timespec64_sub(ts, ptp_clock_time);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
393
struct ptp_clock_time *t = &rq->perout.period;
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
394
struct ptp_clock_time *s = &rq->perout.start;
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
870
struct ptp_clock_time *time = &rq->perout.start;
drivers/ptp/ptp_chardev.c
406
struct ptp_clock_time *pct;
include/uapi/linux/ptp_clock.h
124
struct ptp_clock_time start;
include/uapi/linux/ptp_clock.h
131
struct ptp_clock_time phase;
include/uapi/linux/ptp_clock.h
133
struct ptp_clock_time period; /* Desired period, zero means disable. */
include/uapi/linux/ptp_clock.h
142
struct ptp_clock_time on;
include/uapi/linux/ptp_clock.h
158
struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
include/uapi/linux/ptp_clock.h
180
struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];
include/uapi/linux/ptp_clock.h
184
struct ptp_clock_time device;
include/uapi/linux/ptp_clock.h
185
struct ptp_clock_time sys_realtime;
include/uapi/linux/ptp_clock.h
186
struct ptp_clock_time sys_monoraw;
include/uapi/linux/ptp_clock.h
257
struct ptp_clock_time t; /* Time event occurred. */
tools/testing/selftests/ptp/testptp.c
111
static int64_t pctns(struct ptp_clock_time *t)
tools/testing/selftests/ptp/testptp.c
165
struct ptp_clock_time *pct;