Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-data.c14 struct data_cmd { struct
20 static struct data_cmd data_cmds[]; argument
38 struct data_cmd *cmd; in print_usage()
99 static struct data_cmd data_cmds[] = {
106 struct data_cmd *cmd; in cmd_data()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.c484 return host->cmd || host->data_cmd; in sdhci_has_requests()
1504 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1505 host->data_cmd = NULL; in __sdhci_finish_mrq()
1533 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
1537 host->data_cmd = NULL; in __sdhci_finish_data()
1544 if (!host->cmd || host->cmd == data_cmd) in __sdhci_finish_data()
1637 WARN_ON(host->data_cmd); in sdhci_send_command()
1638 host->data_cmd = cmd; in sdhci_send_command()
1802 cmd == host->data_cmd) { in sdhci_finish_command()
2985 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h537 struct mmc_command *data_cmd; /* Current data command */ member
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_receiver.c5058 struct data_cmd { struct
5064 static struct data_cmd drbd_cmd_handler[] = { argument
5103 struct data_cmd const *cmd; in drbdd()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch14213 + if (host->data_cmd && host->data_cmd->mrq == mrq)
14214 + host->data_cmd = NULL;
14236 - if (host->data_cmd && host->data_cmd->mrq == mrq)
14237 - host->data_cmd = NULL;
14259 struct mmc_command *data_cmd = host->data_cmd;
14343 WARN_ON(host->data_cmd);
14344 host->data_cmd = cmd;
14739 - * also be in mrqs_done, otherwise host->cmd and host->data_cmd
14742 - if (host->cmd || host->data_cmd) {
14795 + * also be in mrqs_done, otherwise host->cmd and host->data_cmd
[all …]
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch30493 return host->cmd || host->data_cmd;