Symbol: data_cmd
drivers/block/drbd/drbd_receiver.c
4833
static struct data_cmd drbd_cmd_handler[] = {
drivers/block/drbd/drbd_receiver.c
4871
struct data_cmd const *cmd;
drivers/iio/magnetometer/mmc5633.c
199
u8 data_cmd[2], status[2];
drivers/iio/magnetometer/mmc5633.c
208
.data.out = data_cmd,
drivers/iio/magnetometer/mmc5633.c
226
data_cmd[0] = 0;
drivers/iio/magnetometer/mmc5633.c
227
data_cmd[1] = (address == MMC5633_TEMPERATURE) ?
drivers/mmc/host/sdhci-uhs2.c
708
WARN_ON(host->data_cmd);
drivers/mmc/host/sdhci-uhs2.c
709
host->data_cmd = cmd;
drivers/mmc/host/sdhci-uhs2.c
849
cmd == host->data_cmd) {
drivers/mmc/host/sdhci-uhs2.c
952
if (host->cmd || host->data_cmd) {
drivers/mmc/host/sdhci.c
1537
if (host->data_cmd && host->data_cmd->mrq == mrq)
drivers/mmc/host/sdhci.c
1538
host->data_cmd = NULL;
drivers/mmc/host/sdhci.c
1568
struct mmc_command *data_cmd = host->data_cmd;
drivers/mmc/host/sdhci.c
1572
host->data_cmd = NULL;
drivers/mmc/host/sdhci.c
1581
else if (!host->cmd || host->cmd == data_cmd)
drivers/mmc/host/sdhci.c
1683
WARN_ON(host->data_cmd);
drivers/mmc/host/sdhci.c
1684
host->data_cmd = cmd;
drivers/mmc/host/sdhci.c
1849
cmd == host->data_cmd) {
drivers/mmc/host/sdhci.c
3039
if (host->data_cmd) {
drivers/mmc/host/sdhci.c
3040
host->data_cmd->error = err;
drivers/mmc/host/sdhci.c
3041
sdhci_finish_mrq(host, host->data_cmd->mrq);
drivers/mmc/host/sdhci.c
3179
if (host->cmd || host->data_cmd) {
drivers/mmc/host/sdhci.c
3269
if (host->data || host->data_cmd ||
drivers/mmc/host/sdhci.c
3280
} else if (host->data_cmd) {
drivers/mmc/host/sdhci.c
3281
host->data_cmd->error = -ETIMEDOUT;
drivers/mmc/host/sdhci.c
3282
sdhci_finish_mrq(host, host->data_cmd->mrq);
drivers/mmc/host/sdhci.c
3301
if (intmask & SDHCI_INT_AUTO_CMD_ERR && host->data_cmd) {
drivers/mmc/host/sdhci.c
3302
struct mmc_request *mrq = host->data_cmd->mrq;
drivers/mmc/host/sdhci.c
3424
struct mmc_command *data_cmd = host->data_cmd;
drivers/mmc/host/sdhci.c
3431
if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) {
drivers/mmc/host/sdhci.c
3433
host->data_cmd = NULL;
drivers/mmc/host/sdhci.c
3434
data_cmd->error = -ETIMEDOUT;
drivers/mmc/host/sdhci.c
3436
__sdhci_finish_mrq(host, data_cmd->mrq);
drivers/mmc/host/sdhci.c
3440
host->data_cmd = NULL;
drivers/mmc/host/sdhci.c
3446
if (host->cmd == data_cmd)
drivers/mmc/host/sdhci.c
3449
__sdhci_finish_mrq(host, data_cmd->mrq);
drivers/mmc/host/sdhci.c
3532
if (host->cmd == host->data_cmd) {
drivers/mmc/host/sdhci.c
527
return host->cmd || host->data_cmd;
drivers/mmc/host/sdhci.h
599
struct mmc_command *data_cmd; /* Current data command */
tools/perf/builtin-data.c
105
struct data_cmd *cmd;
tools/perf/builtin-data.c
19
static struct data_cmd data_cmds[];
tools/perf/builtin-data.c
98
static struct data_cmd data_cmds[] = {