MCPcopy Create free account
hub / github.com/facebook/time / IoctlPtpPeroutRequest

Function IoctlPtpPeroutRequest

phc/unix/linux.go:122–124  ·  view source on GitHub ↗

IoctlPtpPeroutRequest configures the periodic output mode of the PTP I/O pins.

(fd int, r *PtpPeroutRequest)

Source from the content-addressed store, hash-verified

120
121// IoctlPtpPeroutRequest configures the periodic output mode of the PTP I/O pins.
122func IoctlPtpPeroutRequest(fd int, r *PtpPeroutRequest) error {
123 return ioctlPtr(fd, PTP_PEROUT_REQUEST2, unsafe.Pointer(r))
124}
125
126// IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins.
127func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error {

Callers

nothing calls this directly

Calls 1

ioctlPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…