Searched refs:end_cmd (Results 1 – 3 of 3) sorted by relevance
/drivers/block/ |
D | null_blk.c | 218 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 252 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 267 end_cmd(blk_mq_rq_to_pdu(rq)); in null_softirq_done_fn() 269 end_cmd(rq->special); in null_softirq_done_fn() 288 end_cmd(cmd); in null_handle_cmd() 293 end_cmd(cmd); in null_handle_cmd()
|
/drivers/input/touchscreen/ |
D | goodix.c | 226 static const u8 end_cmd[] = { in goodix_ts_irq_handler() local 235 if (i2c_master_send(ts->client, end_cmd, sizeof(end_cmd)) < 0) in goodix_ts_irq_handler()
|
/drivers/mmc/host/ |
D | omap_hsmmc.c | 1139 int err, int end_cmd) in hsmmc_command_incomplete() argument 1141 if (end_cmd) { in hsmmc_command_incomplete() 1157 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local 1167 end_cmd = 1; in omap_hsmmc_do_irq() 1169 end_trans = !end_cmd; in omap_hsmmc_do_irq() 1173 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq() 1176 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq() 1182 end_cmd = 1; in omap_hsmmc_do_irq() 1188 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq() 1195 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()
|