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

/linux-4.4.14/drivers/input/touchscreen/
H A Dgoodix.c205 static const u8 end_cmd[] = { goodix_ts_irq_handler() local
214 if (i2c_master_send(ts->client, end_cmd, sizeof(end_cmd)) < 0) goodix_ts_irq_handler()
215 dev_err(&ts->client->dev, "I2C write end_cmd error\n"); goodix_ts_irq_handler()
/linux-4.4.14/drivers/block/
H A Dnull_blk.c218 static void end_cmd(struct nullb_cmd *cmd) end_cmd() function
252 end_cmd(container_of(timer, struct nullb_cmd, timer)); null_cmd_timer_expired()
267 end_cmd(blk_mq_rq_to_pdu(rq)); null_softirq_done_fn()
269 end_cmd(rq->special); null_softirq_done_fn()
288 end_cmd(cmd); null_handle_cmd()
293 end_cmd(cmd); null_handle_cmd()
/linux-4.4.14/drivers/mmc/host/
H A Domap_hsmmc.c1139 int err, int end_cmd) hsmmc_command_incomplete()
1141 if (end_cmd) { hsmmc_command_incomplete()
1157 int end_cmd = 0, end_trans = 0; omap_hsmmc_do_irq() local
1167 end_cmd = 1; omap_hsmmc_do_irq()
1169 end_trans = !end_cmd; omap_hsmmc_do_irq()
1173 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); omap_hsmmc_do_irq()
1176 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); omap_hsmmc_do_irq()
1182 end_cmd = 1; omap_hsmmc_do_irq()
1188 hsmmc_command_incomplete(host, error, end_cmd); omap_hsmmc_do_irq()
1195 if (end_cmd || ((status & CC_EN) && host->cmd)) omap_hsmmc_do_irq()
1138 hsmmc_command_incomplete(struct omap_hsmmc_host *host, int err, int end_cmd) hsmmc_command_incomplete() argument

Completed in 155 milliseconds