(req *PtpPeroutRequest)
| 146 | } |
| 147 | |
| 148 | func (dev *Device) setPTPPerout(req *PtpPeroutRequest) error { |
| 149 | return unix.IoctlPtpPeroutRequest(int(dev.Fd()), req) |
| 150 | } |
| 151 | |
| 152 | func (dev *Device) extTTSRequest(req *PtpExttsRequest) error { |
| 153 | return unix.IoctlPtpExttsRequest(int(dev.Fd()), req) |
nothing calls this directly
no test coverage detected