sys/sys/timepps.h
175
static __inline int time_pps_create(int, pps_handle_t *);
sys/sys/timepps.h
176
static __inline int time_pps_destroy(pps_handle_t);
sys/sys/timepps.h
177
static __inline int time_pps_setparams(pps_handle_t, const pps_params_t *);
sys/sys/timepps.h
178
static __inline int time_pps_getparams(pps_handle_t, pps_params_t *);
sys/sys/timepps.h
179
static __inline int time_pps_getcap(pps_handle_t, int *);
sys/sys/timepps.h
180
static __inline int time_pps_fetch(pps_handle_t, const int, pps_info_t *,
sys/sys/timepps.h
183
static __inline int time_pps_wait(pps_handle_t, const struct timespec *,
sys/sys/timepps.h
187
static __inline int time_pps_kcbind(pps_handle_t, const int, const int,
sys/sys/timepps.h
191
time_pps_create(int filedes, pps_handle_t *handle)
sys/sys/timepps.h
199
time_pps_destroy(pps_handle_t handle)
sys/sys/timepps.h
206
time_pps_setparams(pps_handle_t handle, const pps_params_t *ppsparams)
sys/sys/timepps.h
213
time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams)
sys/sys/timepps.h
220
time_pps_getcap(pps_handle_t handle, int *mode)
sys/sys/timepps.h
227
time_pps_fetch(pps_handle_t handle, const int tsformat, pps_info_t *ppsinfobuf,
sys/sys/timepps.h
235
time_pps_kcbind(pps_handle_t handle, const int kernel_consumer, const int edge,