Home
last modified time | relevance | path

Searched refs:data_cmd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-data.c13 struct data_cmd { struct
19 static struct data_cmd data_cmds[]; argument
95 static struct data_cmd data_cmds[] = {
102 struct data_cmd *cmd; in cmd_data()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c1526 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1527 host->data_cmd = NULL; in __sdhci_finish_mrq()
1555 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
1559 host->data_cmd = NULL; in __sdhci_finish_data()
1660 WARN_ON(host->data_cmd); in sdhci_send_command()
1661 host->data_cmd = cmd; in sdhci_send_command()
3013 if (host->data_cmd) { in sdhci_error_out_mrqs()
3391 struct mmc_command *data_cmd = host->data_cmd; in sdhci_data_irq() local
3398 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) { in sdhci_data_irq()
3400 host->data_cmd = NULL; in sdhci_data_irq()
[all …]
H A Dsdhci.h549 struct mmc_command *data_cmd; /* Current data command */ member
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c5011 struct data_cmd { struct
5017 static struct data_cmd drbd_cmd_handler[] = { argument
5055 struct data_cmd const *cmd; in drbdd()