Searched refs:time_ns (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/iio/adc/
H A Dad7476_ring.c58 s64 time_ns; local
71 time_ns = iio_get_time_ns();
75 &time_ns, sizeof(time_ns));
77 indio_dev->buffer->access->store_to(indio_dev->buffer, rxbuf, time_ns);
H A Dmax1363_ring.c45 s64 time_ns; local
79 time_ns = iio_get_time_ns();
82 memcpy(rxbuf + d_size - sizeof(s64), &time_ns, sizeof(time_ns));
83 iio_push_to_buffer(indio_dev->buffer, rxbuf, time_ns);
H A Dad7606_ring.c50 s64 time_ns; local
83 time_ns = iio_get_time_ns();
87 sizeof(s64))) = time_ns;
89 ring->access->store_to(indio_dev->buffer, buf, time_ns);
H A Dad7298_ring.c95 s64 time_ns; local
104 time_ns = iio_get_time_ns();
106 &time_ns, sizeof(time_ns));
113 indio_dev->buffer->access->store_to(ring, (u8 *)buf, time_ns);
H A Dad7887_ring.c87 s64 time_ns; local
103 time_ns = iio_get_time_ns();
108 &time_ns, sizeof(time_ns));
110 indio_dev->buffer->access->store_to(indio_dev->buffer, buf, time_ns);
H A Dad799x_ring.c76 s64 time_ns; local
112 time_ns = iio_get_time_ns();
116 &time_ns, sizeof(time_ns));
118 ring->access->store_to(indio_dev->buffer, rxbuf, time_ns);
/drivers/video/
H A Dpxafb.c1224 static unsigned int __smart_timing(unsigned time_ns, unsigned long lcd_clk) argument
1226 unsigned int t = (time_ns * (lcd_clk / 1000000) / 1000);

Completed in 97 milliseconds