Searched defs:ptp_clock (Results 1 – 3 of 3) sorted by relevance
41 struct ptp_clock { struct44 struct ptp_clock_info *info; argument45 dev_t devid;46 int index; /* index into clocks.map */47 struct pps_device *pps_source;48 struct timestamp_event_queue tsevq; /* simple fifo for time stamps */49 struct mutex tsevq_mux; /* one process at a time reading the fifo */50 wait_queue_head_t tsev_wq;51 int defunct; /* tells readers to go away when clock is being removed */
42 struct ptp_clock *ptp_clock; member
128 struct ptp_clock *ptp_clock; member