HomeSort by relevance Sort by last modified time
    Searched defs:perout (Results 1 - 2 of 2) sorted by null

  /external/strace/
ptp.c 62 struct ptp_perout_request perout; local
65 if (umove_or_printaddr(tcp, arg, &perout))
68 PRINT_FIELD_D("{start={", perout.start, sec);
69 PRINT_FIELD_U(", ", perout.start, nsec);
70 PRINT_FIELD_D("}, period={", perout.period, sec);
71 PRINT_FIELD_U(", ", perout.period, nsec);
72 PRINT_FIELD_D("}, ", perout, index);
73 PRINT_FIELD_FLAGS(", ", perout, flags, ptp_flags_options, "PTP_???");
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 177 int perout = -1; local
229 perout = atoi(optarg);
439 if (perout >= 0) {
449 perout_request.period.nsec = perout;

Completed in 158 milliseconds