Home
last modified time | relevance | path

Searched refs:PTP_PEROUT_REQUEST (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dptp_clock.h122 #define PTP_PEROUT_REQUEST _IOW(PTP_CLK_MAGIC, 3, struct ptp_perout_request) macro
/linux-4.1.27/Documentation/ptp/
Dtestptp.c448 if (ioctl(fd, PTP_PEROUT_REQUEST, &perout_request)) { in main()
/linux-4.1.27/drivers/ptp/
Dptp_chardev.c160 case PTP_PEROUT_REQUEST: in ptp_ioctl()