Lines Matching defs:xtstamp
1512 * @xtstamp: Receives simultaneously captured system and device time
1522 struct system_device_crosststamp *xtstamp)
1534 switch (xtstamp->clock_id) {
1540 tkd = aux_get_tk_data(xtstamp->clock_id);
1558 ret = get_time_fn(&xtstamp->device, &xtstamp->sys_counter, ctx);
1567 if (xtstamp->sys_counter.cs_id == CSID_GENERIC ||
1568 !convert_base_to_cs(&xtstamp->sys_counter))
1571 cycles = syscnt_cycles = xtstamp->sys_counter.cycles;
1595 xtstamp->sys_systime = ktime_add_ns(base_sys, nsec_sys);
1596 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw);
1621 total_history_cycles, discontinuity, xtstamp);