Home
last modified time | relevance | path

Searched refs:ocxl_ioctl_features (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/misc/
Docxl.h59 struct ocxl_ioctl_features { struct
78 #define OCXL_IOCTL_GET_FEATURES _IOR(OCXL_MAGIC, 0x16, struct ocxl_ioctl_features) argument
/Linux-v5.4/drivers/misc/ocxl/
Dfile.c161 struct ocxl_ioctl_features __user *uarg) in afu_ioctl_get_features()
163 struct ocxl_ioctl_features arg; in afu_ioctl_get_features()
279 (struct ocxl_ioctl_features __user *) args); in afu_ioctl()