Searched refs:end_cmd (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | omap_hsmmc.c | 1091 int err, int end_cmd) in hsmmc_command_incomplete() argument 1093 if (end_cmd) { in hsmmc_command_incomplete() 1109 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local 1119 end_cmd = 1; in omap_hsmmc_do_irq() 1121 end_trans = !end_cmd; in omap_hsmmc_do_irq() 1125 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq() 1128 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq() 1134 end_cmd = 1; in omap_hsmmc_do_irq() 1140 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq() 1147 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()
|
/Linux-v4.19/drivers/block/ |
D | null_blk_main.c | 607 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 643 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 660 end_cmd(blk_mq_rq_to_pdu(rq)); in null_softirq_done_fn() 662 end_cmd(rq->special); in null_softirq_done_fn() 1288 end_cmd(cmd); in null_handle_cmd() 1293 end_cmd(cmd); in null_handle_cmd()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_func_88xx.c | 65 u8 *curr_buff_wptr, bool *end_cmd); 1951 u8 *curr_buff_wptr, bool *end_cmd) in halmac_enqueue_para_buff_88xx() argument 1956 *end_cmd = false; in halmac_enqueue_para_buff_88xx() 2007 *end_cmd = true; in halmac_enqueue_para_buff_88xx()
|