Searched refs:pps_kparams (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpps.h47 * pps_kparams. But on most platforms there will be padding to ensure correct
68 struct pps_kparams { struct
119 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
120 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
H A Dpps_kernel.h47 struct pps_kparams params; /* PPS's current params */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpps.h47 * pps_kparams. But on most platforms there will be padding to ensure correct
68 struct pps_kparams { struct
119 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
120 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
H A Dpps_kernel.h47 struct pps_kparams params; /* PPS's current params */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dpps.h47 * pps_kparams. But on most platforms there will be padding to ensure correct
68 struct pps_kparams { struct
119 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
120 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dpps.h47 * pps_kparams. But on most platforms there will be padding to ensure correct
68 struct pps_kparams { struct
119 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
120 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dpps.h47 * pps_kparams. But on most platforms there will be padding to ensure correct
68 struct pps_kparams { struct
119 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
120 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pps/
H A Dpps.c63 struct pps_kparams params;
81 err = copy_to_user(uarg, &params, sizeof(struct pps_kparams));
94 err = copy_from_user(&params, uarg, sizeof(struct pps_kparams));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pps/
H A Dpps.c63 struct pps_kparams params;
81 err = copy_to_user(uarg, &params, sizeof(struct pps_kparams));
94 err = copy_from_user(&params, uarg, sizeof(struct pps_kparams));

Completed in 137 milliseconds