Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-data.c13 struct data_cmd { struct
19 static struct data_cmd data_cmds[]; argument
98 static struct data_cmd data_cmds[] = {
105 struct data_cmd *cmd; in cmd_data()
/linux/drivers/mmc/host/
H A Dsdhci.c527 return host->cmd || host->data_cmd; in sdhci_has_requests()
1537 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()
1581 else if (!host->cmd || host->cmd == data_cmd) in __sdhci_finish_data_common()
1683 WARN_ON(host->data_cmd); in sdhci_send_command()
1684 host->data_cmd = cmd; in sdhci_send_command()
1849 cmd == host->data_cmd) { in sdhci_finish_command()
3039 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
H A Dsdhci-uhs2.c708 WARN_ON(host->data_cmd); in sdhci_uhs2_send_command()
709 host->data_cmd = cmd; in sdhci_uhs2_send_command()
849 cmd == host->data_cmd) { in sdhci_uhs2_finish_command()
952 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/drivers/iio/magnetometer/
H A Dmmc5633.c199 u8 data_cmd[2], status[2]; in mmc5633_read_measurement() local
208 .data.out = data_cmd, in mmc5633_read_measurement()
226 data_cmd[0] = 0; in mmc5633_read_measurement()
227 data_cmd[1] = (address == MMC5633_TEMPERATURE) ? in mmc5633_read_measurement()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c4827 struct data_cmd { struct
4833 static struct data_cmd drbd_cmd_handler[] = { argument
4871 struct data_cmd const *cmd; in drbdd()