Searched refs:pps_kparams (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pps.h | 83 struct pps_kparams { struct 145 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *) 146 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pps.h | 83 struct pps_kparams { struct 145 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *) 146 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pps.h | 83 struct pps_kparams { struct 145 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *) 146 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
|
| /OK3568_Linux_fs/kernel/drivers/pps/ |
| H A D | pps.c | 94 struct pps_kparams params; in pps_cdev_ioctl() 110 err = copy_to_user(uarg, ¶ms, sizeof(struct pps_kparams)); in pps_cdev_ioctl() 123 err = copy_from_user(¶ms, uarg, sizeof(struct pps_kparams)); in pps_cdev_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pps_kernel.h | 46 struct pps_kparams params; /* PPS current params */
|