Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h303 REQ_OP_DRV_OUT = 35, enumerator
Dblkdev.h280 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_private()
/Linux-v4.19/drivers/ide/
Dide-cd.c444 write ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_cd_queue_pc()
596 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
663 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
812 case REQ_OP_DRV_OUT: in ide_cd_do_request()
Dide-floppy.c275 case REQ_OP_DRV_OUT: in ide_floppy_do_request()
Dide-disk.c457 rq->cmd_flags |= REQ_OP_DRV_OUT; in idedisk_prep_fn()
Dide-atapi.c321 case REQ_OP_DRV_OUT: in ide_cd_get_xferlen()
Dide-taskfile.c427 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_raw_taskfile()
/Linux-v4.19/drivers/mmc/core/
Dqueue.c51 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
Dblock.c247 req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
653 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd()
723 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd()
2237 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
/Linux-v4.19/drivers/block/
Dsx8.c570 rq = blk_get_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_get_special()
/Linux-v4.19/drivers/nvme/host/
Dcore.c417 unsigned op = nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_alloc_request()
668 case REQ_OP_DRV_OUT: in nvme_setup_cmd()