Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dptp_clock.h247 #define PTP_MASK_EN_SINGLE _IOW(PTP_CLK_MAGIC, 20, unsigned int) macro
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c676 } else if (ioctl(fd, PTP_MASK_EN_SINGLE, (unsigned int *)&channel)) { in main()
/linux-6.15/drivers/ptp/
H A Dptp_chardev.c507 case PTP_MASK_EN_SINGLE: in ptp_ioctl()