Searched refs:pps_p (Results 1 – 2 of 2) sorted by relevance
147 pps_params_t pps_p; member331 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config()341 up->pps_p.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC; in mx4200_config()342 up->pps_p.mode &= mode; /* only set what is legal */ in mx4200_config()344 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config()
279 pps_params_t pps_p; member862 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi()898 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap; in oncore_ppsapi()900 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi()1747 instance->pps_p.assert_offset.tv_nsec = -dt2; in oncore_get_timestamp()1749 instance->pps_p.clear_offset.tv_nsec = -dt2; in oncore_get_timestamp()1779 current_params.mode |= instance->pps_p.mode; in oncore_get_timestamp()