Home
last modified time | relevance | path

Searched refs:pps_kparams (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpps.h52 struct pps_kparams { struct
86 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
87 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/kernel/linux/linux-5.10/include/uapi/linux/
Dpps.h83 struct pps_kparams { struct
145 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
146 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpps.h39 struct pps_kparams { struct
73 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
74 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/kernel/linux/linux-5.10/drivers/pps/
Dpps.c94 struct pps_kparams params; in pps_cdev_ioctl()
110 err = copy_to_user(uarg, &params, sizeof(struct pps_kparams)); in pps_cdev_ioctl()
123 err = copy_from_user(&params, uarg, sizeof(struct pps_kparams)); in pps_cdev_ioctl()
/kernel/linux/linux-5.10/include/linux/
Dpps_kernel.h46 struct pps_kparams params; /* PPS current params */