Home
last modified time | relevance | path

Searched refs:PTP_PIN_GETFUNC (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dptp_clock.h197 * set by the kernel during the PTP_PIN_GETFUNC ioctl and is
228 #define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc) macro
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c494 if (ioctl(fd, PTP_PIN_GETFUNC, &desc)) { in main()
495 perror("PTP_PIN_GETFUNC"); in main()