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

12345678

/drivers/media/video/zoran/
H A Dzoran.h40 struct timeval timestamp; /* timestamp */ member in struct:zoran_sync
/drivers/net/fddi/skfp/h/
H A Dfddimib.h34 TimeStamp timestamp ; member in struct:__anon3029
/drivers/net/wireless/p54/
H A Dp54.h208 unsigned int timestamp; member in struct:p54_common::__anon3686
/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c164 struct timeval timestamp; local
170 do_gettimeofday(&timestamp);
199 dump_hdr->timestamp_sec = cpu_to_le32(timestamp.tv_sec);
200 dump_hdr->timestamp_usec = cpu_to_le32(timestamp.tv_usec);
H A Drt2x00queue.h170 * @timestamp: RX Timestamp
183 u64 timestamp; member in struct:rxdone_entry_desc
245 * @ENTRY_TXD_REQ_TIMESTAMP: Require timestamp to be inserted.
/drivers/s390/cio/
H A Dqdio_debug.c60 q->timestamp, last_ai_time);
/drivers/scsi/
H A Deata_generic.h307 __u32 timestamp; /* Needed to measure command latency */ member in struct:eata_ccb
H A Dpmcraid.c1597 pmcraid_info("CCN(%x): %x timestamp: %llx type: %x lost: %x flags: %x \
5227 /* allocate DMAable memory for set timestamp data buffer */
5646 * pmcraid_set_timestamp - set the timestamp to IOAFP
5661 __le64 timestamp; local
5664 timestamp = tv.tv_sec * 1000;
5666 pinstance->timestamp_data->timestamp[0] = (__u8)(timestamp);
5667 pinstance->timestamp_data->timestamp[1] = (__u8)((timestamp) >> 8);
5668 pinstance->timestamp_data->timestamp[
[all...]
/drivers/staging/iio/adc/
H A Dadt7310.c394 s64 timestamp = iio_get_time_ns(); local
407 timestamp);
413 timestamp);
419 timestamp);
/drivers/staging/iio/
H A Diio.h404 * @timestamp: When the event occurred
406 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp);
H A Dindustrialio-buffer.c633 s64 timestamp)
637 return buffer->access->store_to(buffer, dataout, timestamp);
632 iio_push_to_buffer(struct iio_buffer *buffer, unsigned char *data, s64 timestamp) argument
/drivers/staging/media/go7007/
H A Dgo7007-priv.h123 struct timeval timestamp; member in struct:go7007_buffer
/drivers/staging/wlan-ng/
H A Dp80211metastruct.h101 p80211item_uint32_t timestamp; member in struct:p80211msg_dot11req_scan_results
/drivers/media/video/uvc/
H A Duvc_video.c430 * for to make timestamp recovery as accurate as possible.
532 * uvc_video_clock_update - Update the buffer timestamp
534 * This function converts the buffer PTS timestamp to the host clock domain by
536 * buffer timestamp field.
559 * to avoid loosing precision in the division. Similarly, the host timestamp is
590 * timestamp of the sliding window to 1s.
683 v4l2_buf->timestamp.tv_sec, v4l2_buf->timestamp.tv_usec,
688 v4l2_buf->timestamp.tv_sec = ts.tv_sec;
689 v4l2_buf->timestamp
[all...]
/drivers/net/wireless/iwmc3200wifi/
H A Dumac.h186 /* iwm_umac_hdi_in_hdr.cmd timestamp present -- bits [7:7] */
596 __le32 timestamp; member in struct:iwm_umac_notif_bss_info
717 __le32 timestamp; member in struct:iwm_umac_notif_stats
/drivers/net/wireless/
H A Drayctl.h123 UCHAR timestamp[8]; member in struct:infra_beacon
134 UCHAR timestamp[8]; member in struct:adhoc_beacon
/drivers/media/video/cpia2/
H A Dcpia2.h359 struct timeval timestamp; member in struct:framebuf
/drivers/media/video/gspca/
H A Dkinect.c47 uint32_t timestamp; member in struct:pkt_hdr
/drivers/media/video/saa7164/
H A Dsaa7164-types.h211 u64 timestamp; member in struct:tmBuffer
/drivers/media/video/usbvision/
H A Dusbvision-video.c776 vb->timestamp = usbvision->frame[vb->index].timestamp;
844 vb->timestamp = f->timestamp;
H A Dusbvision.h330 struct timeval timestamp; member in struct:usbvision_frame
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h177 u32 timestamp; member in struct:ehea_cqe
/drivers/net/wireless/iwlwifi/
H A Diwl-5000.c236 tsf_low = ch_switch->timestamp & 0x0ffffffff;
/drivers/ptp/
H A Dptp_clock.c63 seconds = div_u64_rem(src->timestamp, 1000000000, &remainder);
/drivers/base/
H A Dsync.c207 pt->timestamp = ktime_get();
719 info->timestamp_ns = ktime_to_ns(pt->timestamp);
813 struct timeval tv = ktime_to_timeval(pt->timestamp);

Completed in 2649 milliseconds

12345678