timepps.h | 85 } pps_params_t; typedef in typeref:struct:__anon6d2344410308 126 #define PPS_IOC_SETPARAMS _IOW('1', 3, pps_params_t) 127 #define PPS_IOC_GETPARAMS _IOR('1', 4, pps_params_t) 155 pps_params_t ppsparam; 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 *); 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)
|