Searched defs:ptp_extts_request (Results 1 – 2 of 2) sorted by relevance
112 struct ptp_extts_request { struct113 unsigned int index; /* Which channel to configure. */114 unsigned int flags; /* Bit field for PTP_xxx flags. */115 unsigned int rsv[2]; /* Reserved for future use. */
201 static long ptp_extts_request(struct ptp_clock *ptp, unsigned int cmd, void __user *arg) in ptp_extts_request() function