pps_kparams 94 drivers/pps/pps.c struct pps_kparams params; pps_kparams 110 drivers/pps/pps.c err = copy_to_user(uarg, ¶ms, sizeof(struct pps_kparams)); pps_kparams 123 drivers/pps/pps.c err = copy_from_user(¶ms, uarg, sizeof(struct pps_kparams)); pps_kparams 46 include/linux/pps_kernel.h struct pps_kparams params; /* PPS current params */ pps_kparams 145 include/uapi/linux/pps.h #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *) pps_kparams 146 include/uapi/linux/pps.h #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)