Home
last modified time | relevance | path

Searched defs:ptp_sys_offset_precise (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dptp_clock.h180 struct ptp_sys_offset_precise { struct
181 struct ptp_clock_time device;
182 struct ptp_clock_time sys_realtime;
183 struct ptp_clock_time sys_monoraw;
184 unsigned int rsv[4]; /* Reserved for future use. */
/linux/drivers/ptp/
H A Dptp_chardev.c288 static long ptp_sys_offset_precise(struct ptp_clock *ptp, void __user *arg) in ptp_sys_offset_precise() function