Searched refs:pps_fdata (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | pps.h | 72 struct pps_fdata { struct 89 #define PPS_FETCH _IOWR('p', 0xa4, struct pps_fdata *) argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | pps.h | 127 struct pps_fdata { struct 148 #define PPS_FETCH _IOWR('p', 0xa4, struct pps_fdata *) argument
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | pps.h | 59 struct pps_fdata { struct 76 #define PPS_FETCH _IOWR('p', 0xa4, struct pps_fdata *) argument
|
| /kernel/linux/linux-5.10/drivers/pps/ |
| D | pps.c | 53 static int pps_cdev_pps_fetch(struct pps_device *pps, struct pps_fdata *fdata) in pps_cdev_pps_fetch() 177 struct pps_fdata fdata; in pps_cdev_ioctl() 181 err = copy_from_user(&fdata, uarg, sizeof(struct pps_fdata)); in pps_cdev_ioctl() 200 err = copy_to_user(uarg, &fdata, sizeof(struct pps_fdata)); in pps_cdev_ioctl() 259 struct pps_fdata fdata; in pps_cdev_compat_ioctl()
|