Searched refs:timestamp (Results 51 - 75 of 881) sorted by relevance

1234567891011>>

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c281 * which has different alignment requirements for timestamp
292 } timestamp; member in struct:v4l2_buffer32
316 struct old_timeval32 timestamp; member in struct:v4l2_buffer32_time32
415 .timestamp.tv_sec = vb32.timestamp.tv_sec,
416 .timestamp.tv_usec = vb32.timestamp.tv_usec,
460 .timestamp.tv_sec = vb32.timestamp.tv_sec,
461 .timestamp
758 } timestamp; member in struct:v4l2_event32
789 struct old_timespec32 timestamp; member in struct:v4l2_event32_time32
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfnic_trace.h52 } timestamp, fnaddr; member in struct:fnic_trace_data
78 trace_buf->timestamp.low = jiffies; \
81 trace_buf->timestamp.val = jiffies; \
/linux-master/arch/x86/kernel/cpu/mce/
H A Dthreshold.c47 storm->banks[bank].timestamp = jiffies;
117 delta = now - storm->banks[mce->bank].timestamp;
125 storm->banks[mce->bank].timestamp = now;
/linux-master/tools/perf/util/
H A Dthread.c168 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, argument
179 if (timestamp && curr) {
186 curr->end_time = timestamp;
192 int thread__set_namespaces(struct thread *thread, u64 timestamp, argument
198 ret = __thread__set_namespaces(thread, timestamp, event);
235 u64 timestamp, bool exec)
241 int err = comm__override(curr, str, timestamp, exec);
245 new = comm__new(str, timestamp, exec);
259 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, argument
265 ret = ____thread__set_comm(thread, str, timestamp, exe
234 ____thread__set_comm(struct thread *thread, const char *str, u64 timestamp, bool exec) argument
396 thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) argument
[all...]
H A Djitdump.h44 uint64_t timestamp; /* timestamp */ member in struct:jitheader
62 uint64_t timestamp; member in struct:jr_prefix
/linux-master/include/linux/iio/common/
H A Dssp_sensors.h55 int64_t timestamp);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Drx.h62 u32 timestamp; /* In microseconds */ member in struct:wl1251_rx_descriptor
/linux-master/net/atm/
H A Dlec_arpc.h29 unsigned long timestamp; /* Used for various timestamping things: member in struct:lec_arp_table
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.h14 int vpu_session_encode_frame(struct vpu_inst *inst, s64 timestamp);
/linux-master/drivers/net/can/spi/mcp251xfd/
H A DMakefile15 mcp251xfd-objs += mcp251xfd-timestamp.o
/linux-master/drivers/s390/scsi/
H A Dzfcp_diag.h23 * @timestamp: time in jiffies when the data of this buffer was last captured.
34 unsigned long timestamp; member in struct:zfcp_diag_header
/linux-master/drivers/iio/magnetometer/
H A Dhmc5843.h47 s64 timestamp __aligned(8);
/linux-master/fs/ext4/
H A Dinode-test.c14 * For constructing the nonnegative timestamp lower bound value.
19 * For constructing the nonnegative timestamp upper bound value.
25 * For constructing the negative timestamp lower bound value.
30 * For constructing the negative timestamp upper bound value.
43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits"
45 "1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits"
47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits"
49 "2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits"
51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on"
53 "2106-02-07 Upper bound of 32bit <0 timestamp, l
243 struct timespec64 timestamp; local
[all...]
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl257 # Convert sec.usec timestamp format
259 my $timestamp = $_[0];
261 my ($sec, $usec) = split (/\./, $timestamp);
269 my $timestamp;
279 $timestamp = $4;
304 $timestamp = timestamp_to_ms($timestamp);
306 $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN} = $timestamp;
325 $timestamp = timestamp_to_ms($timestamp);
[all...]
/linux-master/drivers/iio/pressure/
H A Dhsc030pa.h61 s64 timestamp __aligned(8);
/linux-master/include/linux/platform_data/
H A Dcros_ec_sensorhub.h32 * @timestamp: Timestamp in host timespace when the sample was acquired by
37 s64 timestamp);
54 s64 timestamp; member in struct:cros_ec_sensors_ring_sample
78 * @median_error: final error to apply to AP interrupt timestamp to get the
79 * "true timestamp" the event occurred.
98 * @penul_ts: last but one batch timestamp (penultimate timestamp).
99 * Used for timestamp spreading calculations
104 * @newest_sensor_event: Last sensor timestamp.
126 * @fifo_timestamp: Array for event timestamp an
[all...]
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_iio.c66 * @timestamp: system timestamp
71 unsigned int len, int64_t timestamp)
88 timestamp + (int64_t)le32_to_cpu(time) * 1000000;
70 ssp_common_process_data(struct iio_dev *indio_dev, void *buf, unsigned int len, int64_t timestamp) argument
/linux-master/fs/udf/
H A Dudftime.c30 udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src)
59 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts)
/linux-master/drivers/iio/adc/
H A Dcc10001_adc.c267 struct iio_chan_spec *chan_array, *timestamp; local
294 timestamp = &chan_array[idx];
295 timestamp->type = IIO_TIMESTAMP;
296 timestamp->channel = -1;
297 timestamp->scan_index = idx;
298 timestamp->scan_type.sign = 's';
299 timestamp->scan_type.realbits = 64;
300 timestamp->scan_type.storagebits = 64;
/linux-master/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c88 event.timestamp = ((u64) hi) << 32;
89 event.timestamp |= lo;
90 event.timestamp <<= TICKS_NS_SHIFT;
102 event.timestamp = ((u64) hi) << 32;
103 event.timestamp |= lo;
104 event.timestamp <<= TICKS_NS_SHIFT;
/linux-master/usr/
H A Dgen_initramfs.sh194 timestamp=
224 timestamp="$(date -d"$1" +%s || :)"
225 if test -n "$timestamp"; then
226 timestamp="-t $timestamp"
249 usr/gen_init_cpio $timestamp $cpio_list > $output
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c58 return cb(indio_dev, sample->vector, sample->timestamp);
197 * we have to calculate it's timestamp in the AP timebase. There are 3 time
246 * @b: IRQ timestamp, EC timebase (us)
247 * @c: IRQ timestamp, AP timebase (ns)
249 * Given a new IRQ timestamp pair (EC and AP timebases), add it to the filter
329 * cros_ec_sensor_ring_ts_filter() - Translate EC timebase timestamp to AP
333 * @x: any ec timestamp (us):
335 * cros_ec_sensor_ring_ts_filter(a) => a' event timestamp, AP timebase
336 * cros_ec_sensor_ring_ts_filter(b) => calculated timestamp when the EC IRQ
351 * Return: timestamp i
747 s64 timestamp; local
[all...]
/linux-master/include/trace/events/
H A Dv4l2.h112 __field(s64, timestamp)
133 __entry->timestamp = v4l2_buffer_get_timestamp(buf);
148 "flags = %s, field = %s, timestamp = %llu, "
156 __entry->timestamp,
189 __field(u64, timestamp)
210 __entry->timestamp = vb->timestamp;
225 "timestamp = %llu, timecode = { type = %s, flags = %s, "
230 __entry->timestamp,
/linux-master/drivers/iio/orientation/
H A Dhid-sensor-rotation.c23 u64 timestamp __aligned(8);
29 s64 timestamp; member in struct:dev_rot_state
154 if (!rot_state->timestamp)
155 rot_state->timestamp = iio_get_time_ns(indio_dev);
158 rot_state->timestamp);
160 rot_state->timestamp = 0;
189 rot_state->timestamp = hid_sensor_convert_timestamp(&rot_state->common_attributes,
/linux-master/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c42 u64 timestamp __aligned(8);
49 u64 timestamp; member in struct:hinge_state
199 if (!st->timestamp)
200 st->timestamp = iio_get_time_ns(indio_dev);
203 st->timestamp);
205 st->timestamp = 0;
227 st->timestamp = hid_sensor_convert_timestamp(&st->common_attributes,

Completed in 238 milliseconds

1234567891011>>