Home
last modified time | relevance | path

Searched refs:REQ_OP_DRV_OUT (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.c456 write ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_cd_queue_pc()
684 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
751 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
902 case REQ_OP_DRV_OUT: in ide_cd_do_request()
H A Dide-floppy.c276 case REQ_OP_DRV_OUT: in ide_floppy_do_request()
H A Dide-taskfile.c427 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_raw_taskfile()
H A Dide-atapi.c337 case REQ_OP_DRV_OUT: in ide_cd_get_xferlen()
H A Dide-disk.c456 rq->cmd_flags |= REQ_OP_DRV_OUT; in idedisk_prep_rq()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h382 REQ_OP_DRV_OUT = 35, enumerator
H A Dblkdev.h266 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_private()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dsx8.c511 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_array_info()
564 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_send_special()
722 if (req_op(rq) == REQ_OP_DRV_OUT) in carm_queue_rq()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dqueue.c51 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
H A Dblock.c253 req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
644 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd()
714 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd()
2245 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c541 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
861 case REQ_OP_DRV_OUT: in nvme_setup_cmd()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c6494 req = blk_get_request(q, REQ_OP_DRV_OUT, 0); in __ufshcd_issue_tm_cmd()