Searched refs:ptp_sys_offset_precise (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | ptp_clock.h | 183 struct ptp_sys_offset_precise { struct 234 _IOWR(PTP_CLK_MAGIC, 8, struct ptp_sys_offset_precise) 246 _IOWR(PTP_CLK_MAGIC, 17, struct ptp_sys_offset_precise) 252 _IOWR(PTP_CLK_MAGIC, 21, struct ptp_sys_offset_precise)
|
| /linux/drivers/ptp/ |
| H A D | ptp_chardev.c | 317 static long ptp_sys_offset_precise(struct ptp_clock *ptp, void __user *arg, in ptp_sys_offset_precise() function 320 struct ptp_sys_offset_precise precise_offset; in ptp_sys_offset_precise() 535 return ptp_sys_offset_precise(ptp, argptr, in ptp_ioctl() 566 return ptp_sys_offset_precise(ptp, argptr, in ptp_ioctl()
|
| /linux/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 168 struct ptp_sys_offset_precise *xts; in main()
|