Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h218 #define PTP_PEROUT_REQUEST2 _IOW(PTP_CLK_MAGIC, 12, struct ptp_perout_request) macro
/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c194 case PTP_PEROUT_REQUEST2: in ptp_ioctl()
202 if (cmd == PTP_PEROUT_REQUEST2) { in ptp_ioctl()
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c499 if (ioctl(fd, PTP_PEROUT_REQUEST2, &perout_request)) { in main()