Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ptp/
H A Dtestptp.c202 int64_t pulsewidth = -1; in main() local
281 pulsewidth = atoi(optarg); in main()
503 if (pulsewidth >= 0 && perout < 0) { in main()
523 if (pulsewidth >= 0) { in main()
525 perout_request.on.sec = pulsewidth / NSEC_PER_SEC; in main()
526 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC; in main()