Searched refs:nvm_ioctl_dev_factory (Results 1 – 4 of 4) sorted by relevance
103 struct nvm_ioctl_dev_factory { struct160 #define NVM_DEV_FACTORY _IOW(NVM_IOCTL, NVM_DEV_FACTORY_CMD, struct nvm_ioctl_dev_factory)
95 struct nvm_ioctl_dev_factory { struct163 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()