Searched refs:timestamp (Results 351 - 375 of 880) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h653 struct delayed_work timestamp;
809 u32 *timestamp)
811 return regmap_read(priv->map_reg, MCP251XFD_REG_TBC, timestamp);
951 struct sk_buff *skb, u32 timestamp);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c274 entry->timestamp = dw[1] | ((u64)(dw[2] & 0xffff) << 32);
H A Damdgpu_trace.h86 __field(uint64_t, timestamp)
98 __entry->timestamp = iv->timestamp;
107 "timestamp: %llu pasid:%u src_data: %08x %08x %08x %08x",
110 __entry->timestamp, __entry->pasid,
H A Dpsp_gfx_if.h341 uint32_t timestamp; /* calendar time as number of seconds */ member in struct:psp_gfx_cmd_boot_cfg
/linux-master/drivers/staging/greybus/
H A Daudio_codec.h227 __u16 i2s_port, __u64 timestamp);
/linux-master/drivers/iio/adc/
H A Dti-lmp92064.c202 int64_t timestamp __aligned(8);
/linux-master/drivers/iio/proximity/
H A Dmb1232.c129 pf->timestamp);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54.h206 unsigned int timestamp; member in struct:p54_common::__anon987
/linux-master/drivers/iio/temperature/
H A Dhid-sensor-temperature.c21 u64 timestamp __aligned(8);
/linux-master/drivers/iio/humidity/
H A Dhid-sensor-humidity.c21 u64 timestamp __aligned(8);
/linux-master/tools/perf/util/
H A Dbpf_kwork_top.c31 __u64 timestamp; member in struct:time_data
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_trigger.c99 iio_push_to_buffers_with_timestamp(indio_dev, &scan, pf->timestamp);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c5 This implements all the API for managing HW timestamp & PTP.
235 /* Read timestamp status to clear interrupt from either external
236 * timestamp or start/end of PPS.
252 event.timestamp = ptp_time;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinternal.h83 * timestamp: Last time (in jiffies) that the bank was polled.
89 u64 timestamp; member in struct:storm_bank
/linux-master/include/uapi/linux/
H A Dbatadv_packet.h335 * @timestamp: time when the packet has been sent. This value is filled in a
351 __be32 timestamp; member in struct:batadv_icmp_tp_packet
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_sched.c422 struct v3d_bo *timestamp = to_v3d_bo(job->base.bo[1]);
431 v3d_get_bo_vaddr(timestamp);
441 query_addr = ((u8 *)timestamp->vaddr) + queries[i].offset;
453 v3d_put_bo_vaddr(timestamp);
392 struct v3d_bo *timestamp = to_v3d_bo(job->base.bo[1]); local
/linux-master/drivers/staging/media/imx/
H A Dimx-media.h238 void imx_media_fim_eof_monitor(struct imx_media_fim *fim, ktime_t timestamp);
/linux-master/tools/counter/
H A Dcounter_watch_events.c389 event_data.timestamp, event_data.value,
/linux-master/drivers/scsi/bfa/
H A Dbfa_cs.h48 u32 timestamp; member in struct:bfa_trc_s
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c104 ktime_us_delta(rq->fence.timestamp,
/linux-master/drivers/acpi/
H A Dinternal.h203 unsigned long timestamp; member in struct:acpi_ec
/linux-master/drivers/platform/chrome/
H A Dcros_usbpd_logger.c94 /* The timestamp is the number of 1024th of seconds in the past */
95 tstamp = ktime_sub_us(tstamp, r->timestamp << PD_LOG_TIMESTAMP_SHIFT);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c91 __u64 timestamp; member in struct:record
333 e->val.timestamp = gettime();
353 rec->timestamp = gettime();
575 period = r->timestamp - p->timestamp;
1031 beg.timestamp = r->timestamp - prev_time;
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c528 struct inv_sensors_timestamp_chip timestamp; local
553 timestamp.clock_period = NSEC_PER_SEC / INV_MPU6050_INTERNAL_FREQ_HZ;
554 timestamp.jitter = 20;
555 timestamp.init_period =
557 inv_sensors_timestamp_init(&st->timestamp, &timestamp);
970 result = inv_sensors_timestamp_update_odr(&st->timestamp, fifo_period, fifo_on);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c129 u64 timestamp; member in struct:index_save_data
553 encode_u64_le(buffer, &offset, isl->save_data.timestamp);
835 encode_u64_le(buffer, &offset, isl->save_data.timestamp);
848 if ((isl->zone_count == 0) || (isl->save_data.timestamp == 0))
854 return isl->save_data.timestamp;
991 isl->save_data.timestamp = ktime_to_ms(current_time_ns(CLOCK_REALTIME));
1433 decode_u64_le(buffer, &offset, &isl->save_data.timestamp);

Completed in 240 milliseconds

<<11121314151617181920>>