Searched refs:timestamp (Results 376 - 400 of 888) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/util/
H A Dbpf_kwork_top.c31 __u64 timestamp; member in struct:time_data
/linux-master/drivers/acpi/
H A Dinternal.h202 unsigned long timestamp; member in struct:acpi_ec
/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/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);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c556 struct inv_sensors_timestamp_chip timestamp; local
581 timestamp.clock_period = NSEC_PER_SEC / INV_MPU6050_INTERNAL_FREQ_HZ;
582 timestamp.jitter = 20;
583 timestamp.init_period =
585 inv_sensors_timestamp_init(&st->timestamp, &timestamp);
1309 result = inv_sensors_timestamp_update_odr(&st->timestamp, fifo_period, fifo_on);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c853 u64 timestamp; local
857 timestamp =
860 timestamp =
861 __le64_to_cpu(entry->desc_wb->timestamp);
864 hwtstamps.hwtstamp = ns_to_ktime(timestamp);
2266 u64 timestamp; local
2269 timestamp = __le64_to_cpu(rx_inline->counter);
2271 timestamp = __le64_to_cpu(rx_inline->timestamp);
2273 return ns_to_ktime(timestamp);
[all...]
/linux-master/drivers/input/
H A Dinput.c381 * Reset the timestamp on flush so we won't end up
384 * whether to generate a synthetic timestamp.
386 dev->timestamp[INPUT_CLK_MONO] = ktime_set(0, 0);
2129 * input_set_timestamp - set timestamp for input events
2130 * @dev: input device to set timestamp for
2131 * @timestamp: the time at which the event has occurred
2136 * call this function as soon as a timestamp is acquired ensuring
2139 * The system entering suspend state between timestamp acquisition and
2142 void input_set_timestamp(struct input_dev *dev, ktime_t timestamp) argument
2144 dev->timestamp[INPUT_CLK_MON
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c92 get_ref_buf(struct hantro_ctx *ctx, struct vb2_v4l2_buffer *dst, u64 timestamp) argument
102 buf = vb2_find_buffer(cap_q, timestamp);
125 vp9_ctx->cur.timestamp = buf->base.vb.vb2_buf.timestamp;
821 last = get_ref_buf(ctx, &dst->base.vb, vp9_ctx->last.timestamp);
/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c1134 u8 evt_id, ktime_t timestamp,
1152 r->timestamp = timestamp;
1191 r->timestamp = timestamp;
1133 scmi_perf_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
/linux-master/net/atm/
H A Dlec.c1375 rulla->timestamp, rulla->no_tries);
1399 rulla->timestamp, rulla->no_tries);
1421 rulla->timestamp, rulla->no_tries);
1443 rulla->timestamp, rulla->no_tries);
1616 time_after_eq(now, entry->timestamp +
1618 entry->timestamp = jiffies;
1627 time_after_eq(now, entry->timestamp +
1771 entry->last_used = entry->timestamp = jiffies;
1999 entry->timestamp = jiffies;
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h606 * @psoc_timestamp_frequency: frequency of the psoc timestamp clock.
832 * @timestamp: timestamp upon completion
843 ktime_t timestamp; member in struct:hl_fence
879 * struct hl_ts_buff - describes a timestamp buffer.
1118 * @free_nodes_pool: pool of nodes to be used for free timestamp jobs
1135 * @ts_free_jobs_data: timestamp free jobs related data
1138 * @ts_list_head: head to the list of timestamp records
1141 * @timestamp: last timestamp take
1152 ktime_t timestamp; member in struct:hl_user_interrupt
2053 u8 timestamp; member in struct:hl_cs
2101 ktime_t timestamp; member in struct:hl_cs_job
2923 s64 timestamp; member in struct:multi_cs_completion
2946 s64 timestamp; member in struct:multi_cs_data
2974 struct hl_clk_throttle_timestamp timestamp[HL_CLK_THROTTLE_TYPE_MAX]; member in struct:hl_clk_throttle
2998 ktime_t timestamp; member in struct:cs_timeout_info
3025 ktime_t timestamp; member in struct:undefined_opcode_info
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c543 * @cur_ts: current frame timestamp
607 * @timestamp: time stamp info
611 u64 timestamp[AV1_MAX_FRAME_BUF_COUNT]; member in struct:vdec_av1_slice_slot
674 * @ref_idx: reference buffer timestamp
845 slots->timestamp[new_slot_idx] = vsi->frame.cur_ts;
880 u64 timestamp = slots->timestamp[slot_id]; local
888 if (ctrl_fh->reference_frame_ts[ref_id] == timestamp) {
929 u64 timestamp = vsi->slots.timestamp[vs local
[all...]
/linux-master/drivers/scsi/
H A Dpmcraid.c1526 pmcraid_info("CCN(%x): %x timestamp: %llx type: %x lost: %x flags: %x \
4543 /* allocate DMAable memory for set timestamp data buffer */
4933 * pmcraid_set_timestamp - set the timestamp to IOAFP
4946 u64 timestamp; local
4948 timestamp = ktime_get_real_seconds() * 1000;
4950 pinstance->timestamp_data->timestamp[0] = (__u8)(timestamp);
4951 pinstance->timestamp_data->timestamp[1] = (__u8)((timestamp) >> 8);
4952 pinstance->timestamp_data->timestamp[
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c453 u64 ts_us = vb->timestamp;
473 inst->tss[slot].ts_ns = vb->timestamp;
492 vb->timestamp = inst->tss[i].ts_ns;
509 fdata.timestamp = vb->timestamp;
510 do_div(fdata.timestamp, NSEC_PER_USEC);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.c467 priv->link_id_db[t->txpriv.raw_link_id - 1].timestamp =
1027 entry->timestamp = jiffies;
1311 priv->link_id_db[i].timestamp = jiffies;
1334 now - priv->link_id_db[i].timestamp;
1417 ttl = priv->link_id_db[i].timestamp - now +
1439 priv->link_id_db[i].timestamp = now;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.c795 struct timespec64 ts = ns_to_timespec64(info->timestamp);
971 info->timestamp = timespec64_to_ns(&ts);
1216 * firmware just parse 64-bit timestamp(8 bytes).
1217 * As not transfer timestamp to firmware, use default value(ZERO).
1602 static int vpu_malone_input_ts(struct vpu_inst *inst, s64 timestamp, u32 size) argument
1607 info.timestamp = timestamp;
1632 * if buffer only contain codec data, and the timestamp is invalid,
1633 * don't put the invalid timestamp to resync
1646 ret = vpu_malone_input_ts(inst, vb->timestamp, siz
[all...]
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c1060 * frequency, timestamp for last sample and number of samples.
1256 s64 timestamp = iio_get_time_ns(indio_dev); local
1289 timestamp);
1296 timestamp);
1303 timestamp);
1320 timestamp);
1329 timestamp);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1395 unsigned int len, u64 *timestamp)
1403 if (len <= offset || !timestamp)
1419 *timestamp = (be64_to_cpu(sec) & 0xffffffffffffllu) * NSEC_PER_SEC +
1428 u64 *timestamp)
1443 if (timestamp)
1444 *timestamp = ns + self->ptp_clk_offset;
1394 hw_atl_b0_rx_extract_ts(struct aq_hw_s *self, u8 *p, unsigned int len, u64 *timestamp) argument
1427 hw_atl_b0_extract_hwts(struct aq_hw_s *self, u8 *p, unsigned int len, u64 *timestamp) argument
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c33 /* adding one additional channel for timestamp */
58 time_ns = ktime_to_ns(sensor_update->timestamp);
61 * All the axes are supposed to have the same value for timestamp.
64 time = sensor_update->readings[0].timestamp;
69 * Converting the timestamp to nanoseconds below.
595 /* adding one additional channel for timestamp */
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c37 * Coresight only emits a timestamp for a range of instructions rather
288 /* No timestamp packet has been received, nothing to do */
323 converted_timestamp = elem->timestamp ?
324 cs_etm__convert_sample_time(etmq, elem->timestamp) : 0;
327 * We've seen a timestamp packet before - simply record the new value.
349 pr_warning_once("Zero Coresight timestamp found at Idx:%" OCSD_TRC_IDX_STR
355 * Sanity check that the elem->timestamp - packet_queue->instr_count would not
362 * This is the first timestamp we've seen since the beginning of traces
366 * executed to the timestamp. Don't estimate earlier than the last used
367 * timestamp thoug
[all...]
/linux-master/drivers/iio/accel/
H A Dstk8312.c105 /* Ensure timestamp is naturally aligned */
108 s64 timestamp __aligned(8);
464 pf->timestamp);
/linux-master/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c183 s64 timestamp)
214 timestamp + delta);
181 cros_ec_sensors_push_data(struct iio_dev *indio_dev, s16 *data, s64 timestamp) argument
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh329 .timestamp = rdtsc(),
360 .p.timestamp = rdtsc(),
/linux-master/net/batman-adv/
H A Dtypes.h290 /** @timestamp: time (jiffie) of last received fragment */
291 unsigned long timestamp; member in struct:batadv_frag_table_entry
1386 * @timestamp_fwd_flush: timestamp of last forward packet queue flush
1391 * @timestamp_sniffed_purge: timestamp of last sniffed packet queue
1922 /** @added_at: timestamp used for purging stale tt common entries */
1939 /** @last_seen: timestamp used for purging stale tt local entries */
2012 /** @issued_at: timestamp used for purging stale tt requests */
2036 * @first_time: timestamp used for purging stale roaming node entries
2063 /** @last_seen: timestamp of last ogm received from this node */
2092 /** @last_valid: timestamp fo
2111 unsigned long timestamp; member in struct:batadv_nc_packet
[all...]
/linux-master/drivers/net/can/flexcan/
H A Dflexcan-core.c804 u32 timestamp; local
807 timestamp = priv->read(&regs->timer) << 16;
854 err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
868 u32 timestamp; local
890 timestamp = priv->read(&regs->timer) << 16;
901 err = can_rx_offload_queue_timestamp(&priv->offload, skb, timestamp);
942 unsigned int n, u32 *timestamp,
996 *timestamp = reg_ctrl << 16;
941 flexcan_mailbox_read(struct can_rx_offload *offload, unsigned int n, u32 *timestamp, bool drop) argument

Completed in 390 milliseconds

<<11121314151617181920>>