Home
last modified time | relevance | path

Searched refs:dk_cxlflash_detach (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/scsi/
H A Dcxlflash_ioctl.h86 struct dk_cxlflash_detach { struct
173 struct dk_cxlflash_detach detach;
196 #define DK_CXLFLASH_DETACH CXL_IOWR(0x83, dk_cxlflash_detach)
/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/scsi/
H A Dcxlflash_ioctl.h86 struct dk_cxlflash_detach { struct
173 struct dk_cxlflash_detach detach;
196 #define DK_CXLFLASH_DETACH CXL_IOWR(0x83, dk_cxlflash_detach)
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dcxlflash_ioctl.h86 struct dk_cxlflash_detach { struct
173 struct dk_cxlflash_detach detach;
196 #define DK_CXLFLASH_DETACH CXL_IOWR(0x83, dk_cxlflash_detach)
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dsuperpipe.c49 static void marshal_det_to_rele(struct dk_cxlflash_detach *detach, in marshal_det_to_rele()
891 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach()
958 struct dk_cxlflash_detach *detach) in cxlflash_disk_detach()
996 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release()
2116 {sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach}, in cxlflash_ioctl()