Searched refs:nvm_ioctl_dev_factory (Results 1 – 4 of 4) sorted by relevance
128 struct nvm_ioctl_dev_factory { struct207 struct nvm_ioctl_dev_factory)
133 struct nvm_ioctl_dev_factory { struct212 struct nvm_ioctl_dev_factory)
1400 static long nvm_ioctl_dev_factory(struct file *file, void __user *arg) in nvm_ioctl_dev_factory() function1402 struct nvm_ioctl_dev_factory fact; in nvm_ioctl_dev_factory()1404 if (copy_from_user(&fact, arg, sizeof(struct nvm_ioctl_dev_factory))) in nvm_ioctl_dev_factory()1434 return nvm_ioctl_dev_factory(file, argp); in nvm_ctl_ioctl()