Searched refs:end_cmd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/mmc/host/ |
D | omap_hsmmc.c | 1006 int err, int end_cmd) in hsmmc_command_incomplete() argument 1008 if (end_cmd) { in hsmmc_command_incomplete() 1024 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local 1034 end_cmd = 1; in omap_hsmmc_do_irq() 1036 end_trans = !end_cmd; in omap_hsmmc_do_irq() 1040 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq() 1043 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq() 1049 end_cmd = 1; in omap_hsmmc_do_irq() 1055 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq() 1062 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()
|
/Linux-v5.4/drivers/block/ |
D | null_blk_main.c | 616 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 635 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 649 end_cmd(blk_mq_rq_to_pdu(rq)); in null_complete_rq() 1198 end_cmd(cmd); in nullb_complete_cmd() 1203 end_cmd(cmd); in nullb_complete_cmd()
|