Home
last modified time | relevance | path

Searched refs:SG_DXFER_TO_FROM_DEV (Results 1 – 5 of 5) 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/scsi/
H A Dsg.h76 #define SG_DXFER_TO_FROM_DEV -4 /* treated like SG_DXFER_FROM_DEV with the macro
/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 Dsg.h76 #define SG_DXFER_TO_FROM_DEV -4 /* treated like SG_DXFER_FROM_DEV with the macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h107 #define SG_DXFER_TO_FROM_DEV (-4) /* treated like SG_DXFER_FROM_DEV with the macro
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c671 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
676 (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV)) in sg_write()
694 if (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV) { in sg_write()
1808 if (dxfer_dir == SG_DXFER_TO_FROM_DEV) in sg_start_req()
/OK3568_Linux_fs/kernel/block/
H A Dscsi_ioctl.c306 case SG_DXFER_TO_FROM_DEV: in sg_io()