Searched refs:timestamp (Results 1 - 25 of 180) sorted by relevance

12345678

/drivers/staging/iio/
H A Dtrigger_consumer.h20 * @timestamp: some devices need a timestamp grabbed as soon
31 s64 timestamp; member in struct:iio_poll_func
H A Dbuffer.h39 int (*store_to)(struct iio_buffer *buffer, u8 *data, s64 timestamp);
55 * @bytes_per_datum: [DEVICE] size of individual datum including timestamp
59 * @scan_index_timestamp:[INTERN] cache of the index to the timestamp
60 * @scan_timestamp: [INTERN] does the scan mode include a timestamp
97 * @bytes_per_datum: size of individual datum including timestamp
122 * @timestamp:
125 s64 timestamp);
H A Devents.h19 * @timestamp: best estimate of time of event occurrence (often from
24 __s64 timestamp; member in struct:iio_event_data
/drivers/staging/tidspbridge/dynload/
H A Dmodule_list.h147 /* Module's "unique" id; copy of the timestamp from the host
149 u32 timestamp; member in struct:dll_module
/drivers/net/wireless/orinoco/
H A Dscan.c82 u64 timestamp; local
120 timestamp = 0;
125 cbss = cfg80211_inform_bss(wiphy, channel, bss->a.bssid, timestamp,
139 u64 timestamp; local
152 timestamp = le64_to_cpu(bss->timestamp);
158 cbss = cfg80211_inform_bss(wiphy, channel, bss->bssid, timestamp,
/drivers/net/wireless/wl1251/
H A Drx.h76 u32 timestamp; /* In microseconds */ member in struct:wl1251_rx_descriptor
/drivers/ptp/
H A Dptp_ixp46x.c101 event.timestamp = ((u64) hi) << 32;
102 event.timestamp |= lo;
103 event.timestamp <<= TICKS_NS_SHIFT;
115 event.timestamp = ((u64) hi) << 32;
116 event.timestamp |= lo;
117 event.timestamp <<= TICKS_NS_SHIFT;
/drivers/media/video/
H A Dv4l2-event.c152 kev->event.timestamp = *ts;
166 struct timespec timestamp; local
168 ktime_get_ts(&timestamp);
173 __v4l2_event_queue_fh(fh, ev, &timestamp);
182 struct timespec timestamp; local
184 ktime_get_ts(&timestamp);
187 __v4l2_event_queue_fh(fh, ev, &timestamp);
H A Dv4l2-compat-ioctl32.c318 struct compat_timeval timestamp; member in struct:v4l2_buffer32
397 get_user(kp->timestamp.tv_sec, &up->timestamp.tv_sec) ||
398 get_user(kp->timestamp.tv_usec,
399 &up->timestamp.tv_usec))
481 put_user(kp->timestamp.tv_sec, &up->timestamp.tv_sec) ||
482 put_user(kp->timestamp.tv_usec, &up->timestamp.tv_usec) ||
714 struct compat_timespec timestamp; member in struct:v4l2_event32
[all...]
/drivers/char/
H A Dramoops.c82 struct timeval timestamp; local
98 do_gettimeofday(&timestamp);
99 res = sprintf(buf, "%lu.%lu\n", (long)timestamp.tv_sec, (long)timestamp.tv_usec);
/drivers/net/wireless/
H A Dray_cs.h10 UCHAR timestamp[8]; member in struct:beacon_rx
/drivers/staging/iio/Documentation/
H A Diio_event_monitor.c46 [IIO_TIMESTAMP] = "timestamp",
147 event->timestamp, event->id);
151 printf("Event: time: %lld, ", event->timestamp);
/drivers/staging/iio/accel/
H A Dadis16201_ring.c85 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
87 ring->access->store_to(ring, (u8 *)data, pf->timestamp);
H A Dadis16203_ring.c85 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
89 pf->timestamp);
H A Dadis16204_ring.c82 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
84 ring->access->store_to(ring, (u8 *)data, pf->timestamp);
H A Dadis16209_ring.c83 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
85 ring->access->store_to(ring, (u8 *)data, pf->timestamp);
H A Dadis16240_ring.c80 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
82 ring->access->store_to(ring, (u8 *)data, pf->timestamp);
H A Dlis3l02dq_core.c447 s64 timestamp = iio_get_time_ns(); local
460 timestamp);
469 timestamp);
478 timestamp);
487 timestamp);
496 timestamp);
505 timestamp);
/drivers/staging/iio/gyro/
H A Dadis16260_ring.c85 *((s64 *)(data + ((i + 3)/4)*4)) = pf->timestamp;
87 ring->access->store_to(ring, (u8 *)data, pf->timestamp);
/drivers/misc/iwmc3200top/
H A Dfw-msg.h75 __le32 timestamp; member in struct:log_hdr
/drivers/net/wireless/hostap/
H A Dhostap_80211.h52 u8 timestamp[8]; member in struct:hostap_ieee80211_mgmt::__anon3449::__anon3457
/drivers/net/wireless/wl12xx/
H A Drx.h122 __le32 timestamp; member in struct:wl1271_rx_descriptor
/drivers/net/ppp/
H A Dpppolac.c61 __u32 timestamp; member in struct:meta
152 meta->timestamp = meta1->timestamp;
159 meta->timestamp = now;
170 now - meta->timestamp < HZ &&
H A Dpppopns.c60 __u32 timestamp; member in struct:meta
133 meta->timestamp = meta1->timestamp;
140 meta->timestamp = now;
151 now - meta->timestamp < HZ &&
/drivers/power/
H A Ds3c_adc_battery.c36 unsigned int timestamp; member in struct:s3c_adc_bat
84 jiffies_to_msecs(jiffies - bat->timestamp) >
90 bat->timestamp = jiffies;
157 jiffies_to_msecs(jiffies - bat->timestamp) >
165 bat->timestamp = jiffies;

Completed in 628 milliseconds

12345678