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.h118 struct ptp_perout_request { struct
119 union {
133 struct ptp_clock_time period; /* Desired period, zero means disable. */
134 unsigned int index; /* Which channel to configure. */
135 unsigned int flags;
136 union {
/linux/drivers/ptp/
H A Dptp_chardev.c247 static long ptp_perout_request(struct ptp_clock *ptp, unsigned int cmd, void __user *arg) in ptp_perout_request() function