Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h210 #define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc) macro
/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c395 case PTP_PIN_SETFUNC: in ptp_ioctl()
406 } else if (cmd == PTP_PIN_SETFUNC) { in ptp_ioctl()
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c409 if (ioctl(fd, PTP_PIN_SETFUNC, &desc)) { in main()