()
| 79 | // DeviceController defines a subset of functions to interact with a phc device. Enables mocking. |
| 80 | type DeviceController interface { |
| 81 | Time() (time.Time, error) |
| 82 | setPinFunc(index uint, pf int, ch uint) error |
| 83 | setPTPPerout(req *PtpPeroutRequest) error |
| 84 | File() *os.File |
no outgoing calls