Home
last modified time | relevance | path

Searched refs:perout_phase (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
H A Dtestptp.c183 int64_t perout_phase = -1; in main() local
207 perout_phase = atoll(optarg); in main()
411 if (perout_phase >= 0 && perout < 0) { in main()
431 if (perout_phase >= 0) { in main()
433 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main()
434 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/
H A Dtestptp.c193 int64_t perout_phase = -1; in main() local
217 perout_phase = atoll(optarg); in main()
470 if (perout_phase >= 0 && perout < 0) { in main()
490 if (perout_phase >= 0) { in main()
492 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main()
493 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()

Completed in 3 milliseconds