data_cmd         5064 drivers/block/drbd/drbd_receiver.c static struct data_cmd drbd_cmd_handler[] = {
data_cmd         5103 drivers/block/drbd/drbd_receiver.c 		struct data_cmd const *cmd;
data_cmd          464 drivers/mmc/host/sdhci.c 	return host->cmd || host->data_cmd;
data_cmd         1247 drivers/mmc/host/sdhci.c 	if (host->data_cmd && host->data_cmd->mrq == mrq)
data_cmd         1248 drivers/mmc/host/sdhci.c 		host->data_cmd = NULL;
data_cmd         1287 drivers/mmc/host/sdhci.c 	struct mmc_command *data_cmd = host->data_cmd;
data_cmd         1291 drivers/mmc/host/sdhci.c 	host->data_cmd = NULL;
data_cmd         1298 drivers/mmc/host/sdhci.c 		if (!host->cmd || host->cmd == data_cmd)
data_cmd         1386 drivers/mmc/host/sdhci.c 		WARN_ON(host->data_cmd);
data_cmd         1387 drivers/mmc/host/sdhci.c 		host->data_cmd = cmd;
data_cmd         1487 drivers/mmc/host/sdhci.c 			   cmd == host->data_cmd) {
data_cmd         2565 drivers/mmc/host/sdhci.c 	if (host->data_cmd) {
data_cmd         2566 drivers/mmc/host/sdhci.c 		host->data_cmd->error = err;
data_cmd         2567 drivers/mmc/host/sdhci.c 		sdhci_finish_mrq(host, host->data_cmd->mrq);
data_cmd         2711 drivers/mmc/host/sdhci.c 		if (host->cmd || host->data_cmd) {
data_cmd         2777 drivers/mmc/host/sdhci.c 	if (host->data || host->data_cmd ||
data_cmd         2787 drivers/mmc/host/sdhci.c 		} else if (host->data_cmd) {
data_cmd         2788 drivers/mmc/host/sdhci.c 			host->data_cmd->error = -ETIMEDOUT;
data_cmd         2789 drivers/mmc/host/sdhci.c 			sdhci_finish_mrq(host, host->data_cmd->mrq);
data_cmd         2808 drivers/mmc/host/sdhci.c 	if (intmask & SDHCI_INT_AUTO_CMD_ERR && host->data_cmd) {
data_cmd         2809 drivers/mmc/host/sdhci.c 		struct mmc_request *mrq = host->data_cmd->mrq;
data_cmd         2923 drivers/mmc/host/sdhci.c 		struct mmc_command *data_cmd = host->data_cmd;
data_cmd         2930 drivers/mmc/host/sdhci.c 		if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) {
data_cmd         2932 drivers/mmc/host/sdhci.c 				host->data_cmd = NULL;
data_cmd         2933 drivers/mmc/host/sdhci.c 				data_cmd->error = -ETIMEDOUT;
data_cmd         2934 drivers/mmc/host/sdhci.c 				__sdhci_finish_mrq(host, data_cmd->mrq);
data_cmd         2938 drivers/mmc/host/sdhci.c 				host->data_cmd = NULL;
data_cmd         2944 drivers/mmc/host/sdhci.c 				if (host->cmd == data_cmd)
data_cmd         2947 drivers/mmc/host/sdhci.c 				__sdhci_finish_mrq(host, data_cmd->mrq);
data_cmd         3017 drivers/mmc/host/sdhci.c 			if (host->cmd == host->data_cmd) {
data_cmd          541 drivers/mmc/host/sdhci.h 	struct mmc_command *data_cmd;	/* Current data command */
data_cmd           20 tools/perf/builtin-data.c static struct data_cmd data_cmds[];
data_cmd           38 tools/perf/builtin-data.c 	struct data_cmd *cmd;
data_cmd           98 tools/perf/builtin-data.c static struct data_cmd data_cmds[] = {
data_cmd          105 tools/perf/builtin-data.c 	struct data_cmd *cmd;