Searched refs:es58x_timestamp_to_ns (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c151 * es58x_timestamp_to_ns() - Convert a timestamp value received from a
160 static u64 es58x_timestamp_to_ns(u64 timestamp) function
185 hwts->hwtstamp = ns_to_ktime(es58x_timestamp_to_ns(timestamp) +
202 u64 device_timestamp = es58x_timestamp_to_ns(timestamp);

Completed in 114 milliseconds