Home
last modified time | relevance | path

Searched refs:ptp_clock_time (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dptp_clock.h81 struct ptp_clock_time { struct
113 struct ptp_clock_time start;
120 struct ptp_clock_time phase;
122 struct ptp_clock_time period; /* Desired period, zero means disable. */
131 struct ptp_clock_time on;
147 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
157 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];
161 struct ptp_clock_time device;
162 struct ptp_clock_time sys_realtime;
163 struct ptp_clock_time sys_monoraw;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dptp_clock.h42 struct ptp_clock_time { struct
67 struct ptp_clock_time start; /* Absolute start time. */ argument
68 struct ptp_clock_time period; /* Desired period, zero means disable. */
84 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
88 struct ptp_clock_time device;
89 struct ptp_clock_time sys_realtime;
90 struct ptp_clock_time sys_monoraw;
141 struct ptp_clock_time t; /* Time event occured. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dptp_clock.h42 struct ptp_clock_time { struct
67 struct ptp_clock_time start; /* Absolute start time. */ argument
68 struct ptp_clock_time period; /* Desired period, zero means disable. */
84 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
88 struct ptp_clock_time device;
89 struct ptp_clock_time sys_realtime;
90 struct ptp_clock_time sys_monoraw;
141 struct ptp_clock_time t; /* Time event occured. */
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c111 static int64_t pctns(struct ptp_clock_time *t) in pctns()
157 struct ptp_clock_time *pct; in main()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c393 struct ptp_clock_time *t = &rq->perout.period; in aq_ptp_perout_pin_configure()
394 struct ptp_clock_time *s = &rq->perout.start; in aq_ptp_perout_pin_configure()
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_chardev.c120 struct ptp_clock_time *pct; in ptp_ioctl()