Home
last modified time | relevance | path

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

/linux-6.12.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()