Home
last modified time | relevance | path

Searched defs:timestamp_event_queue (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ptp/
H A Dptp_private.h32 struct timestamp_event_queue { struct
33 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];
34 int head;
35 int tail;
36 spinlock_t lock;
37 struct list_head qlist;
38 unsigned long *mask;
39 struct dentry *debugfs_instance;
40 struct debugfs_u32_array dfs_bitmap;