Searched refs:fapi (Results 1 – 1 of 1) sorted by relevance
1540 pps_fetch(struct pps_fetch_args *fapi, struct pps_state *pps) in pps_fetch() argument1546 if (fapi->tsformat && fapi->tsformat != PPS_TSFMT_TSPEC) in pps_fetch()1556 if (fapi->timeout.tv_sec || fapi->timeout.tv_nsec) { in pps_fetch()1557 if (fapi->timeout.tv_sec == -1) in pps_fetch()1560 tv.tv_sec = fapi->timeout.tv_sec; in pps_fetch()1561 tv.tv_usec = fapi->timeout.tv_nsec / 1000; in pps_fetch()1580 if (fapi->timeout.tv_sec == -1) { in pps_fetch()1592 fapi->pps_info_buf = pps->ppsinfo; in pps_fetch()1601 struct pps_fetch_args *fapi; in pps_ioctl() local1635 fapi = (struct pps_fetch_args *)data; in pps_ioctl()[all …]