Searched defs:ptp_vclock (Results 1 – 1 of 1) sorted by relevance
77 struct ptp_vclock { struct78 struct ptp_clock *pclock;79 struct ptp_clock_info info;80 struct ptp_clock *clock;81 struct hlist_node vclock_hash_node;105 static inline bool ptp_vclock_in_use(struct ptp_clock *ptp) in ptp_vclock_in_use() argument