Home
last modified time | relevance | path

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

/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/misc/
H A Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/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/misc/
H A Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dfile.c73 struct ocxl_ioctl_attach __user *uarg) in afu_ioctl_attach()
75 struct ocxl_ioctl_attach arg; in afu_ioctl_attach()
225 (struct ocxl_ioctl_attach __user *) args); in afu_ioctl()