Searched refs:mpt_ioctl_command (Results 1 – 2 of 2) sorted by relevance
71 #define MPTCOMMAND _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command)320 struct mpt_ioctl_command { struct
126 static int mptctl_do_mpt_command(struct mpt_ioctl_command karg, void __user *mfPtr);1803 struct mpt_ioctl_command __user *uarg = (void __user *) arg; in mptctl_mpt_command()1804 struct mpt_ioctl_command karg; in mptctl_mpt_command()1810 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) { in mptctl_mpt_command()1842 mptctl_do_mpt_command (struct mpt_ioctl_command karg, void __user *mfPtr) in mptctl_do_mpt_command()2889 struct mpt_ioctl_command karg; in compat_mpt_command()