Home
last modified time | relevance | path

Searched defs:data_cmd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-data.c13 struct data_cmd { struct
16 data_cmd_fn_t fn; argument
19 static struct data_cmd data_cmds[]; argument
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c5011 struct data_cmd { struct
5017 static struct data_cmd drbd_cmd_handler[] = { argument
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c1555 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
3391 struct mmc_command *data_cmd = host->data_cmd; in sdhci_data_irq() local
H A Dsdhci.h549 struct mmc_command *data_cmd; /* Current data command */ member