Searched refs:REQ_OP_DRV_OUT (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-cd.c | 456 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 D | ide-floppy.c | 276 case REQ_OP_DRV_OUT: in ide_floppy_do_request()
|
| H A D | ide-taskfile.c | 427 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_raw_taskfile()
|
| H A D | ide-atapi.c | 337 case REQ_OP_DRV_OUT: in ide_cd_get_xferlen()
|
| H A D | ide-disk.c | 456 rq->cmd_flags |= REQ_OP_DRV_OUT; in idedisk_prep_rq()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk_types.h | 382 REQ_OP_DRV_OUT = 35, enumerator
|
| H A D | blkdev.h | 266 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_private()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | sx8.c | 511 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 D | queue.c | 51 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
|
| H A D | block.c | 253 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 D | core.c | 541 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 D | ufshcd.c | 6494 req = blk_get_request(q, REQ_OP_DRV_OUT, 0); in __ufshcd_issue_tm_cmd()
|