Home
last modified time | relevance | path

Searched refs:pulsewidth (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/testing/selftests/ptp/
Dtestptp.c194 int64_t pulsewidth = -1; in main() local
262 pulsewidth = atoi(optarg); in main()
465 if (pulsewidth >= 0 && perout < 0) { in main()
485 if (pulsewidth >= 0) { in main()
487 perout_request.on.sec = pulsewidth / NSEC_PER_SEC; in main()
488 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC; in main()