Searched refs:nvm_ioctl_dev_factory (Results 1 – 2 of 2) sorted by relevance
133 struct nvm_ioctl_dev_factory { struct212 struct nvm_ioctl_dev_factory)
1149 static long nvm_ioctl_dev_factory(struct file *file, void __user *arg) in nvm_ioctl_dev_factory() function1151 struct nvm_ioctl_dev_factory fact; in nvm_ioctl_dev_factory()1153 if (copy_from_user(&fact, arg, sizeof(struct nvm_ioctl_dev_factory))) in nvm_ioctl_dev_factory()1183 return nvm_ioctl_dev_factory(file, argp); in nvm_ctl_ioctl()