Searched refs:end_cmd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1006 int err, int end_cmd) in hsmmc_command_incomplete() 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 || ((statu in omap_hsmmc_do_irq() 1005 hsmmc_command_incomplete(struct omap_hsmmc_host *host, int err, int end_cmd) hsmmc_command_incomplete() argument [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1001 int err, int end_cmd) in hsmmc_command_incomplete() 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 || ((statu in omap_hsmmc_do_irq() 1000 hsmmc_command_incomplete(struct omap_hsmmc_host *host, int err, int end_cmd) hsmmc_command_incomplete() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | main.c | 826 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 845 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 859 end_cmd(blk_mq_rq_to_pdu(rq)); in null_complete_rq() 1436 end_cmd(cmd); in nullb_complete_cmd() 1441 end_cmd(cmd); in nullb_complete_cmd() 1665 end_cmd(cmd); in null_poll()
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 686 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 705 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 719 end_cmd(blk_mq_rq_to_pdu(rq)); in null_complete_rq() 1318 end_cmd(cmd); in nullb_complete_cmd() 1323 end_cmd(cmd); in nullb_complete_cmd()
|
Completed in 10 milliseconds