Home
last modified time | relevance | path

Searched refs:end_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/mmc/host/
Domap_hsmmc.c1001 int err, int end_cmd) in hsmmc_command_incomplete() argument
1003 if (end_cmd) { in hsmmc_command_incomplete()
1019 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local
1029 end_cmd = 1; in omap_hsmmc_do_irq()
1031 end_trans = !end_cmd; in omap_hsmmc_do_irq()
1035 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq()
1038 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq()
1044 end_cmd = 1; in omap_hsmmc_do_irq()
1050 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq()
1057 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()
/Linux-v6.1/drivers/block/null_blk/
Dmain.c777 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function
796 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
810 end_cmd(blk_mq_rq_to_pdu(rq)); in null_complete_rq()
1403 end_cmd(cmd); in nullb_complete_cmd()
1408 end_cmd(cmd); in nullb_complete_cmd()
1605 end_cmd(cmd); in null_poll()