Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/
H A Dtestptp.c184 int64_t pulsewidth = -1; in main() local
246 pulsewidth = atoi(optarg); in main()
406 if (pulsewidth >= 0 && perout < 0) { in main()
426 if (pulsewidth >= 0) { in main()
428 perout_request.on.sec = pulsewidth / NSEC_PER_SEC; in main()
429 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC; in main()