Searched refs:timestamp (Results 251 - 275 of 881) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma-buf/
H A Dsync_debug.c80 ktime_to_timespec64(fence->timestamp);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c138 struct timespec64 timestamp; local
144 ktime_get_ts64(&timestamp);
173 dump_hdr->timestamp_sec = cpu_to_le32(timestamp.tv_sec);
174 dump_hdr->timestamp_usec = cpu_to_le32(timestamp.tv_nsec /
/linux-master/drivers/net/ethernet/ti/
H A Dcpts.h97 u64 timestamp; member in struct:cpts_event
/linux-master/drivers/iio/gyro/
H A Ditg3200_buffer.c51 * timestamp that may be inserted.
62 iio_push_to_buffers_with_timestamp(indio_dev, &scan, pf->timestamp);
/linux-master/include/linux/firmware/cirrus/
H A Dwmfw.h43 __le64 timestamp; member in struct:wmfw_footer
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_synproxy.sh93 meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c39 tch_cap_buf->vb.vb2_buf.timestamp = ktime_get_ns() + dev->time_wrap_offset;
/linux-master/include/uapi/linux/
H A Dlirc.h150 * @timestamp: Timestamp in nanoseconds using CLOCK_MONOTONIC when IR
160 __u64 timestamp; member in struct:lirc_scancode
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp.h152 * @timestamp: previous time in ns calculated for time syncing
189 int64_t timestamp; member in struct:ssp_data
/linux-master/include/media/
H A Dvideobuf2-v4l2.h66 * vb2_find_buffer() - Find a buffer with given timestamp
69 * @timestamp: the timestamp to find.
71 * Returns the buffer with the given @timestamp, or NULL if not found.
73 struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp);
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h148 unsigned char timestamp[16]; /* 16 - 31 timestamp */ member in struct:hws_trailer_entry
/linux-master/kernel/trace/
H A Dtrace_hwlat.c75 /* NMI timestamp counters */
97 struct timespec64 timestamp; /* wall time */ member in struct:hwlat_sample
146 entry->timestamp = sample->timestamp;
224 start = time_get(); /* start timestamp */
259 ktime_get_real_ts64(&s.timestamp);
418 * This starts the kernel thread that will sit and sample the CPU timestamp
576 * sample the CPU timestamp counter (TSC or similar) and look for potential
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h248 * @timestamp: action timestamp in GP2
256 __le32 timestamp; member in struct:iwl_time_event_notif
H A Dlocation.h1310 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was
1332 __le32 timestamp; member in struct:iwl_tof_range_rsp_ap_entry_ntfy_v3
1357 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was
1382 __le32 timestamp; member in struct:iwl_tof_range_rsp_ap_entry_ntfy_v4
1410 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was
1437 __le32 timestamp; member in struct:iwl_tof_range_rsp_ap_entry_ntfy_v5
1467 * @timestamp: The GP2 Clock [usec] where Channel Estimation notification was
1498 __le32 timestamp; member in struct:iwl_tof_range_rsp_ap_entry_ntfy_v6
/linux-master/net/mac80211/
H A Dmesh_sync.c100 * Get time when timestamp field was received. If we don't
129 t_t = le64_to_cpu(mgmt->u.beacon.timestamp);
/linux-master/arch/x86/include/uapi/asm/
H A Damd_hsmp.h347 __u64 timestamp; member in struct:hsmp_metric_table
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_init_admin.h152 __u64 timestamp; member in struct:icp_qat_fw_init_admin_resp::__anon106::__anon111
/linux-master/include/drm/
H A Ddrm_file.h458 ktime_t timestamp);
/linux-master/drivers/scsi/fnic/
H A Dfnic_trace.c118 jiffies_to_timespec64(tbp->timestamp.low, &val);
121 jiffies_to_timespec64(tbp->timestamp.val, &val);
160 jiffies_to_timespec64(tbp->timestamp.low, &val);
163 jiffies_to_timespec64(tbp->timestamp.val, &val);
/linux-master/scripts/
H A Dlink-vmlinux.sh76 objs="${objs} init/version-timestamp.o"
225 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init init/version-timestamp.o
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h163 } timestamp; member in struct:iwl_fw_runtime
/linux-master/include/linux/
H A Dptp_clock_kernel.h47 * struct ptp_system_timestamp - system time corresponding to a PHC timestamp
48 * @pre_ts: system timestamp before capturing PHC
49 * @post_ts: system timestamp after capturing PHC
99 * parameter ts: Holds the PHC timestamp.
102 * reading the lowest bits of the PHC timestamp and the second
107 * parameter cts: Contains timestamp (device,system) pair,
125 * parameter ts: Holds the PHC timestamp.
128 * reading the lowest bits of the PHC timestamp and the second
136 * parameter cts: Contains timestamp (device,system) pair,
213 * @timestamp
222 u64 timestamp; member in union:ptp_clock_event::__anon2332
[all...]
/linux-master/tools/perf/util/
H A Dsession.h93 u64 timestamp, u64 file_offset, const char *file_path);
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h88 struct img_timeval timestamp; member in struct:img_ipi_frameparam
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c151 * es58x_timestamp_to_ns() - Convert a timestamp value received from a
153 * @timestamp: Timestamp received from a ES58X device.
155 * The timestamp received from ES58X is expressed in multiples of 0.5
160 static u64 es58x_timestamp_to_ns(u64 timestamp) argument
164 return es58x_timestamp_ns_mult_coef * timestamp;
168 * es58x_set_skb_timestamp() - Set the hardware timestamp of an skb.
171 * @timestamp: Timestamp received from an ES58X device.
176 struct sk_buff *skb, u64 timestamp)
182 /* Ignoring overflow (overflow on 64 bits timestamp with nano
185 hwts->hwtstamp = ns_to_ktime(es58x_timestamp_to_ns(timestamp)
175 es58x_set_skb_timestamp(struct net_device *netdev, struct sk_buff *skb, u64 timestamp) argument
199 es58x_rx_timestamp(struct es58x_device *es58x_dev, u64 timestamp) argument
569 es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data, canid_t can_id, enum es58x_flag es58x_flags, u8 dlc) argument
658 es58x_rx_err_msg(struct net_device *netdev, enum es58x_err error, enum es58x_event event, u64 timestamp) argument
[all...]

Completed in 322 milliseconds

<<11121314151617181920>>