Home | History | Annotate | Download | only in sys

Lines Matching defs:pps_handle_t

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