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

<<11121314151617181920>>

/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);
/linux-master/fs/nfs/
H A Dnfs4_fs.h246 unsigned long timestamp; member in struct:nfs4_opendata
337 unsigned long timestamp,
/linux-master/drivers/iio/adc/
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/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/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/iio/imu/inv_icm42600/
H A Dinv_icm42600.h131 * @timestamp: interrupt timestamps.
150 } timestamp; member in struct:inv_icm42600_state
/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);
H A Dtcs3414.c56 /* Ensure timestamp is naturally aligned */
59 s64 timestamp __aligned(8);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.c693 s64 timestamp = *(s64 *)data; local
694 struct timespec64 ts = ns_to_timespec64(timestamp);
736 info->timestamp = timespec64_to_ns(&ts);
807 return vpu_session_encode_frame(inst, vb->timestamp);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.h165 u16 timestamp; member in struct:mtk_foe_ipv4
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.h210 u64 timestamp; /* wider than 32 bits to detect 32 bit rollover */ member in struct:opa_hfi1_cong_log_event_internal

Completed in 595 milliseconds

<<11121314151617181920>>