Searched refs:fapi (Results 1 – 1 of 1) sorted by relevance
1584 pps_fetch(struct pps_fetch_args *fapi, struct pps_state *pps) in pps_fetch() argument1590 if (fapi->tsformat && fapi->tsformat != PPS_TSFMT_TSPEC) in pps_fetch()1600 if (fapi->timeout.tv_sec || fapi->timeout.tv_nsec) { in pps_fetch()1601 if (fapi->timeout.tv_sec == -1) in pps_fetch()1604 tv.tv_sec = fapi->timeout.tv_sec; in pps_fetch()1605 tv.tv_usec = fapi->timeout.tv_nsec / 1000; in pps_fetch()1624 if (fapi->timeout.tv_sec == -1) { in pps_fetch()1636 fapi->pps_info_buf = pps->ppsinfo; in pps_fetch()1645 struct pps_fetch_args *fapi; in pps_ioctl() local1679 fapi = (struct pps_fetch_args *)data; in pps_ioctl()[all …]