HomeSort by relevance Sort by last modified time
    Searched refs:CXL_MAGIC (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/misc/
cxl.h 70 #define CXL_MAGIC 0xCA
71 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work)
72 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32)
73 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id)
74 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image)
75 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
  /external/kernel-headers/original/uapi/misc/
cxl.h 80 #define CXL_MAGIC 0xCA
82 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work)
83 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32)
84 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id)
86 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image)
87 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
  /bionic/libc/kernel/uapi/scsi/
cxlflash_ioctl.h 130 #define CXL_MAGIC 0xCA
131 #define CXL_IOWR(_n,_s) _IOWR(CXL_MAGIC, _n, struct _s)
  /external/kernel-headers/original/uapi/scsi/
cxlflash_ioctl.h 186 #define CXL_MAGIC 0xCA
187 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s)
190 * CXL Flash superpipe ioctls start at base of the reserved CXL_MAGIC
269 * CXL Flash host ioctls start at the top of the reserved CXL_MAGIC

Completed in 62 milliseconds