Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/mmc/host/
H A Dsdhci.c1537 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1538 host->data_cmd = NULL; in __sdhci_finish_mrq()
1568 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data_common() local
1572 host->data_cmd = NULL; in __sdhci_finish_data_common()
1683 WARN_ON(host->data_cmd); in sdhci_send_command()
1684 host->data_cmd = cmd; in sdhci_send_command()
3044 if (host->data_cmd) { in sdhci_error_out_mrqs()
3429 struct mmc_command *data_cmd = host->data_cmd; in sdhci_data_irq() local
3436 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) { in sdhci_data_irq()
3438 host->data_cmd = NULL; in sdhci_data_irq()
[all …]
H A Dsdhci-uhs2.c707 WARN_ON(host->data_cmd); in sdhci_uhs2_send_command()
708 host->data_cmd = cmd; in sdhci_uhs2_send_command()
848 cmd == host->data_cmd) { in sdhci_uhs2_finish_command()
951 if (host->cmd || host->data_cmd) { in sdhci_uhs2_request_done()
H A Dsdhci.h599 struct mmc_command *data_cmd; /* Current data command */ member
/linux-6.15/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()