Searched refs:UTOPIA_DDI_IOCTL_ARG (Results 1 – 4 of 4) sorted by relevance
142 UTOPIA_DDI_IOCTL_ARG __user *data; in utopia_proc_ioctl_compat()199 UTOPIA_DDI_IOCTL_ARG sIoctlArg; in utopia_proc_ioctl()256 copy_from_user(&sIoctlArg,arg,sizeof(UTOPIA_DDI_IOCTL_ARG)); in utopia_proc_ioctl()
118 #define UTOPIA_IOCTL_IoctlMODULE _IOWR(UTOPIA_IOC_MAGIC, 3, UTOPIA_DDI_IOCTL_ARG)
29 typedef struct _UTOPIA_DDI_IOCTL_ARG UTOPIA_DDI_IOCTL_ARG; typedef
401 UTOPIA_DDI_IOCTL_ARG sIOCTLArg; in UtopiaIoctl()