Home
last modified time | relevance | path

Searched refs:PTP_MASK_EN_SINGLE (Results 1 – 3 of 3) 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()
/linux/drivers/ptp/
H A Dptp_chardev.c523 case PTP_MASK_EN_SINGLE: in ptp_ioctl()