Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dptp_clock.h228 #define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc) macro
/linux-6.12.1/drivers/ptp/
Dptp_chardev.c421 case PTP_PIN_GETFUNC: in ptp_ioctl()
432 } else if (cmd == PTP_PIN_GETFUNC) { in ptp_ioctl()
/linux-6.12.1/tools/testing/selftests/ptp/
Dtestptp.c461 if (ioctl(fd, PTP_PIN_GETFUNC, &desc)) { in main()