Home
last modified time | relevance | path

Searched refs:req_to_mmc_queue_req (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c255 req_to_mmc_queue_req(req)->drv_op = MMC_DRV_OP_BOOT_WP; in power_ro_lock_store()
256 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in power_ro_lock_store()
258 ret = req_to_mmc_queue_req(req)->drv_op_result; in power_ro_lock_store()
663 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_cmd()
665 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_cmd()
666 req_to_mmc_queue_req(req)->drv_op_data = idatas; in mmc_blk_ioctl_cmd()
667 req_to_mmc_queue_req(req)->ioc_count = 1; in mmc_blk_ioctl_cmd()
669 ioc_err = req_to_mmc_queue_req(req)->drv_op_result; in mmc_blk_ioctl_cmd()
733 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_multi_cmd()
735 req_to_mmc_queue_req(re in mmc_blk_ioctl_multi_cmd()
[all...]
H A Dqueue.c98 struct mmc_queue_req *mqrq = req_to_mmc_queue_req(req); in mmc_cqe_timed_out()
213 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in __mmc_init_request()
226 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_exit_request()
313 req_to_mmc_queue_req(req)->retries = 0; in mmc_mq_queue_rq()
H A Dqueue.h25 static inline struct mmc_queue_req *req_to_mmc_queue_req(struct request *rq) in req_to_mmc_queue_req() function
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c268 req_to_mmc_queue_req(req)->drv_op = MMC_DRV_OP_BOOT_WP; in power_ro_lock_store()
269 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in power_ro_lock_store()
271 ret = req_to_mmc_queue_req(req)->drv_op_result; in power_ro_lock_store()
691 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_cmd()
693 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_cmd()
694 req_to_mmc_queue_req(req)->drv_op_data = idatas; in mmc_blk_ioctl_cmd()
695 req_to_mmc_queue_req(req)->ioc_count = 1; in mmc_blk_ioctl_cmd()
697 ioc_err = req_to_mmc_queue_req(req)->drv_op_result; in mmc_blk_ioctl_cmd()
763 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_multi_cmd()
765 req_to_mmc_queue_req(re in mmc_blk_ioctl_multi_cmd()
[all...]
H A Dqueue.c97 struct mmc_queue_req *mqrq = req_to_mmc_queue_req(req); in mmc_cqe_timed_out()
206 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_init_request()
221 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_exit_request()
294 req_to_mmc_queue_req(req)->retries = 0; in mmc_mq_queue_rq()
H A Dqueue.h25 static inline struct mmc_queue_req *req_to_mmc_queue_req(struct request *rq) in req_to_mmc_queue_req() function

Completed in 11 milliseconds