Home
last modified time | relevance | path

Searched refs:PTP_PEROUT_REQUEST2 (Results 1 – 4 of 4) 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.c190 case PTP_PEROUT_REQUEST2: in ptp_ioctl()
198 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()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch444 +pub const PTP_PEROUT_REQUEST2: u32 = 1077427468;