Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dptp_clock.h136 #define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc) macro
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c462 if (ioctl(fd, PTP_PIN_SETFUNC, &desc)) { in main()
/Linux-v4.19/drivers/ptp/
Dptp_chardev.c262 case PTP_PIN_SETFUNC: in ptp_ioctl()