Home
last modified time | relevance | path

Searched refs:nvm_ioctl_get_devices (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dlightnvm.h62 struct nvm_ioctl_get_devices { struct
199 struct nvm_ioctl_get_devices)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dlightnvm.h62 struct nvm_ioctl_get_devices { struct
199 struct nvm_ioctl_get_devices)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlightnvm.h67 struct nvm_ioctl_get_devices { struct
204 struct nvm_ioctl_get_devices)
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dcore.c1290 static long nvm_ioctl_get_devices(struct file *file, void __user *arg) in nvm_ioctl_get_devices() function
1292 struct nvm_ioctl_get_devices *devices; in nvm_ioctl_get_devices()
1296 devices = kzalloc(sizeof(struct nvm_ioctl_get_devices), GFP_KERNEL); in nvm_ioctl_get_devices()
1324 sizeof(struct nvm_ioctl_get_devices))) { in nvm_ioctl_get_devices()
1426 return nvm_ioctl_get_devices(file, argp); in nvm_ctl_ioctl()