Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dnull_blk.c214 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function
245 end_cmd(cmd); in null_cmd_timer_expired()
269 end_cmd(blk_mq_rq_to_pdu(rq)); in null_softirq_done_fn()
271 end_cmd(rq->special); in null_softirq_done_fn()
290 end_cmd(cmd); in null_handle_cmd()
295 end_cmd(cmd); in null_handle_cmd()
/linux-4.1.27/drivers/input/touchscreen/
Dgoodix.c171 static const u8 end_cmd[] = { in goodix_ts_irq_handler() local
180 if (i2c_master_send(ts->client, end_cmd, sizeof(end_cmd)) < 0) in goodix_ts_irq_handler()
/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c1036 int err, int end_cmd) in hsmmc_command_incomplete() argument
1038 if (end_cmd) { in hsmmc_command_incomplete()
1054 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local
1064 end_cmd = 1; in omap_hsmmc_do_irq()
1066 end_trans = !end_cmd; in omap_hsmmc_do_irq()
1070 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq()
1072 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq()
1078 end_cmd = 1; in omap_hsmmc_do_irq()
1084 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq()
1091 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()