Searched refs:timestamp (Results 401 - 425 of 888) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/
H A Dec_bhf.c83 u8 timestamp[8]; member in struct:rx_header
100 u8 timestamp[8]; member in struct:tx_header
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c437 * amdgpu_fence_update_start_timestamp - update the timestamp of the fence
440 * @timestamp: the start timestamp to update.
446 void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp) argument
456 to_amdgpu_fence(fence)->start_timestamp = timestamp;
/linux-master/tools/perf/util/
H A Dbpf_lock_contention.c184 * timestamp in ktime so that it can calculate delta easily.
204 if (ts_data->timestamp >= end_ts)
207 delta = end_ts - ts_data->timestamp;
336 thread__set_comm(t, task.comm, /*timestamp=*/0))
428 thread__set_comm(idle, "swapper", /*timestamp=*/0);
H A Dauxtrace.h102 * @use_timestamp: use the timestamp trace as kernel time
306 * to be a timestamp
611 const char *msg, u64 timestamp,
615 const char *msg, u64 timestamp);
684 " T: use the timestamp trace as kernel time\n" \
/linux-master/fs/nfs/
H A Dnfs4_fs.h246 unsigned long timestamp; member in struct:nfs4_opendata
337 unsigned long timestamp,
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c422 * @timestamp_ns: cache for the timestamp storing it between hardirq and
423 * IRQ thread, used to bring the timestamp close to the actual event
885 * which case we didn't get the timestamp from
923 * Just store the timestamp in hardirq context so we get it as
1897 * @timestamp: cache for the timestamp storing it between hardirq
1898 * and IRQ thread, used to bring the timestamp close to the actual
1910 u64 timestamp; member in struct:lineevent_state
1948 compat_u64 timestamp; member in struct:compat_gpioeevent_data
2102 * we didn't get the timestamp fro
[all...]
/linux-master/drivers/ptp/
H A Dptp_qoriq.c141 event.timestamp = ((u64) hi) << 32;
142 event.timestamp |= lo;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h488 void lan966x_ifh_get_timestamp(void *ifh, u64 *timestamp);
588 u64 src_port, u64 timestamp);
/linux-master/include/media/
H A Dv4l2-ioctl.h759 struct old_timespec32 timestamp; member in struct:v4l2_event_time32
772 struct old_timeval32 timestamp; member in struct:v4l2_buffer_time32
/linux-master/drivers/iio/adc/
H A Dstm32-adc.c237 * @buffer: data buffer + 8 bytes for timestamp if enabled
1863 pf->timestamp);
2309 struct iio_chan_spec *timestamp = &channels[scan_index]; local
2311 timestamp->type = IIO_TIMESTAMP;
2312 timestamp->channel = -1;
2313 timestamp->scan_index = scan_index;
2314 timestamp->scan_type.sign = 's';
2315 timestamp->scan_type.realbits = 64;
2316 timestamp->scan_type.storagebits = 64;
2438 /* For PIO mode only, iio_pollfunc_store_time stores a timestamp
[all...]
H A Dad_sigma_delta.c486 iio_push_to_buffers_with_timestamp(indio_dev, data, pf->timestamp);
513 pf->timestamp);
H A Dti-ads124s08.c103 * Ensure timestamp is naturally aligned.
106 * timestamp is maintained.
302 pf->timestamp);
H A Dmt6360-adc.c266 int64_t timestamp; member in struct:__anon79
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c451 st->timestamp.gyro = iio_get_time_ns(st->indio_gyro);
452 st->timestamp.accel = iio_get_time_ns(st->indio_accel);
549 /* enable timestamp register */
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h163 u32 timestamp; member in struct:ehea_cqe
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-types.h197 u64 timestamp; member in struct:tmBuffer
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c468 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp;
484 dst_vbuf->vb2_buf.timestamp = src_vbuf->vb2_buf.timestamp;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c287 ctx->timing.timestamp = cpu_to_le64(priv->timestamp);
323 tsf = priv->timestamp; /* tsf is modifed by do_div: copy it */
1041 /* always get timestamp with Rx frame */
1431 priv->timestamp = bss_conf->sync_tsf;
/linux-master/drivers/s390/cio/
H A Dqdio_debug.c108 seq_printf(m, "Timestamp: %llx\n", q->timestamp);
/linux-master/drivers/usb/gadget/function/
H A Duvc_queue.c343 buf->buf.vb2_buf.timestamp = ktime_get_ns();
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_ptp.c310 event.timestamp = ravb_read(ndev, GCPT);
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c194 dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
300 dst_vb->vb2_buf.timestamp = src_vb->vb2_buf.timestamp;
/linux-master/include/linux/
H A Dpe.h208 uint32_t timestamp; /* time_t */ member in struct:pe_hdr
/linux-master/drivers/iio/proximity/
H A Dpulsedlight-lidar-lite-v2.c47 /* Ensure timestamp is naturally aligned */
50 s64 timestamp __aligned(8);
/linux-master/drivers/iio/light/
H A Disl29125.c54 /* Ensure timestamp is naturally aligned */
57 s64 timestamp __aligned(8);

Completed in 263 milliseconds

<<11121314151617181920>>