Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptp_clock.h112 struct ptp_extts_request { struct
113 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. */
/linux/drivers/ptp/
H A Dptp_chardev.c201 static long ptp_extts_request(struct ptp_clock *ptp, unsigned int cmd, void __user *arg) in ptp_extts_request() function