Searched refs:pps_h (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_mx4200.c | 144 pps_handle_t pps_h; member 317 if (time_pps_create(pp->io.fd, &up->pps_h) < 0) { in mx4200_config() 323 if (time_pps_getcap(up->pps_h, &mode) < 0) { in mx4200_config() 329 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config() 342 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config() 349 if (time_pps_kcbind(up->pps_h, PPS_KC_HARDPPS, PPS_CAPTUREASSERT, in mx4200_config() 1512 if (time_pps_fetch(up->pps_h, PPS_TSFMT_TSPEC, &(up->pps_i), in mx4200_pps()
|
| H A D | refclock_oncore.c | 276 pps_handle_t pps_h; member 714 if (time_pps_create(fd2, &instance->pps_h) < 0) { in oncore_start() 791 time_pps_destroy (instance->pps_h); in oncore_shutdown() 855 if (time_pps_getcap(instance->pps_h, &cap) < 0) { in oncore_ppsapi() 860 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi() 898 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi() 917 if (time_pps_kcbind(instance->pps_h, PPS_KC_HARDPPS, i, in oncore_ppsapi() 1642 if (time_pps_fetch(instance->pps_h, PPS_TSFMT_TSPEC, &pps_i, in oncore_get_timestamp() 1761 if (time_pps_getcap(instance->pps_h, ¤t_mode) < 0) { in oncore_get_timestamp() 1768 if (time_pps_getparams(instance->pps_h, ¤t_params) < 0) { in oncore_get_timestamp() [all …]
|