Home
last modified time | relevance | path

Searched refs:ptp_convert_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dptp_clock_kernel.h450 ktime_t ptp_convert_timestamp(const ktime_t *hwtstamp, int vclock_index);
454 static inline ktime_t ptp_convert_timestamp(const ktime_t *hwtstamp, in ptp_convert_timestamp() function
/linux/drivers/ptp/
H A Dptp_vclock.c268 ktime_t ptp_convert_timestamp(const ktime_t *hwtstamp, int vclock_index) in ptp_convert_timestamp() function
294 EXPORT_SYMBOL(ptp_convert_timestamp);
/linux/net/
H A Dsocket.c967 hwtstamp = ptp_convert_timestamp(&hwtstamp, in __sock_recv_timestamp()