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

/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c196 int64_t pulsewidth = -1; local
267 pulsewidth = atoi(optarg);
470 if (pulsewidth >= 0 && perout < 0) {
490 if (pulsewidth >= 0) {
492 perout_request.on.sec = pulsewidth / NSEC_PER_SEC;
493 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC;

Completed in 208 milliseconds