Searched refs:fsl_hv_ioctl_stop (Results 1 – 2 of 2) sorted by relevance
104 struct fsl_hv_ioctl_stop { struct202 _IOWR(FSL_HV_IOCTL_TYPE, 4, struct fsl_hv_ioctl_stop)
122 static long ioctl_stop(struct fsl_hv_ioctl_stop __user *p) in ioctl_stop()124 struct fsl_hv_ioctl_stop param; in ioctl_stop()127 if (copy_from_user(¶m, p, sizeof(struct fsl_hv_ioctl_stop))) in ioctl_stop()