Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptp_clock.h115 struct ptp_perout_request { struct
116 union {
130 struct ptp_clock_time period; /* Desired period, zero means disable. */
131 unsigned int index; /* Which channel to configure. */
132 unsigned int flags;
133 union {
/linux/drivers/ptp/
H A Dptp_chardev.c221 static long ptp_perout_request(struct ptp_clock *ptp, unsigned int cmd, void __user *arg) in ptp_perout_request() function