Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptp_clock.h247 #define PTP_MASK_EN_SINGLE _IOW(PTP_CLK_MAGIC, 20, unsigned int) macro
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c683 } else if (ioctl(fd, PTP_MASK_EN_SINGLE, (unsigned int *)&channel)) { in main()
684 perror("PTP_MASK_EN_SINGLE"); in main()