Searched refs:last_timestamp (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16209.h108 * @last_timestamp: passing timestamp from th to bh of interrupt handler
118 s64 last_timestamp; member in struct:adis16209_state
H A Dadis16240.h131 * @last_timestamp: passing timestamp from th to bh of interrupt handler
141 s64 last_timestamp; member in struct:adis16240_state
H A Dadis16209_ring.c64 st->last_timestamp = time;
138 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
142 st->last_timestamp);
H A Dadis16240_ring.c58 st->last_timestamp = time;
130 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
134 st->last_timestamp);
H A Dsca3000.h165 * @last_timestamp: the timestamp of the last event
178 s64 last_timestamp; member in struct:sca3000_state
H A Dsca3000_core.c869 st->last_timestamp);
874 st->last_timestamp);
879 st->last_timestamp);
884 st->last_timestamp);
904 st->last_timestamp = timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260.h89 * @last_timestamp: passing timestamp from th to bh of interrupt handler
99 s64 last_timestamp; member in struct:adis16260_state
H A Dadis16260_ring.c55 st->last_timestamp = time;
133 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
137 st->last_timestamp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_sw.h216 s64 last_timestamp; member in struct:iio_sw_ring_helper_state
H A Dring_sw.c483 = st->last_timestamp;
486 st->last_timestamp);
498 h->last_timestamp = time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/imu/
H A Dadis16300_ring.c71 st->last_timestamp = time;
157 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
161 st->last_timestamp);
H A Dadis16350_ring.c77 st->last_timestamp = time;
157 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
161 st->last_timestamp);
H A Dadis16400_ring.c80 st->last_timestamp = time;
166 *((s64 *)(data + ((i + 3)/4)*4)) = st->last_timestamp;
170 st->last_timestamp);
H A Dadis16300.h98 * @last_timestamp: passing timestamp from th to bh of interrupt handler
108 s64 last_timestamp; member in struct:adis16300_state
H A Dadis16350.h104 * @last_timestamp: passing timestamp from th to bh of interrupt handler
114 s64 last_timestamp; member in struct:adis16350_state
H A Dadis16400.h130 * @last_timestamp: passing timestamp from th to bh of interrupt handler
140 s64 last_timestamp; member in struct:adis16400_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-magicmouse.c74 * @last_timestamp: Timestamp from most recent (18-bit) touch report
89 int last_timestamp; member in struct:magicmouse_sc
265 msc->delta_time = (ts - msc->last_timestamp) & 0x3ffff;
266 msc->last_timestamp = ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363.h193 * @last_timestamp: timestamp of last event interrupt
218 s64 last_timestamp; member in struct:max1363_state
H A Dmax1363_core.c1161 st->last_timestamp = timestamp;
1178 st->last_timestamp);
1182 st->last_timestamp);
1186 st->last_timestamp);
1190 st->last_timestamp);
1194 st->last_timestamp);
1198 st->last_timestamp);
1202 st->last_timestamp);
1206 st->last_timestamp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c18 static u64 last_timestamp; variable
91 if (data.time < last_timestamp) {
93 "this: %llu\n", last_timestamp,
97 last_timestamp = data.time;

Completed in 113 milliseconds