Home
last modified time | relevance | path

Searched refs:send_cmd (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/hw/i2c/
H A Dsmbus_master.c110 int len, bool recv_len, bool send_cmd) in smbus_read_block() argument
115 if (send_cmd) { in smbus_read_block()
122 if (send_cmd) { in smbus_read_block()
/openbmc/u-boot/tools/kermit/
H A DREADME32 send_cmd:
34 send_cmd U_BOOT_COMMAND
/openbmc/qemu/include/hw/i2c/
H A Dsmbus_master.h46 int len, bool recv_len, bool send_cmd);
/openbmc/u-boot/drivers/mmc/
H A Duniphier-sd.c22 .send_cmd = tmio_sd_send_cmd,
H A Dsandbox_mmc.c99 .send_cmd = sandbox_mmc_send_cmd,
H A Dmmc-uclass.c22 if (ops->send_cmd) in dm_mmc_send_cmd()
23 ret = ops->send_cmd(dev, cmd, data); in dm_mmc_send_cmd()
H A Dmmc_legacy.c174 if (cfg->ops == NULL || cfg->ops->send_cmd == NULL) in mmc_create()
H A Djz_mmc.c383 .send_cmd = jz_mmc_legacy_send_cmd,
439 .send_cmd = jz_mmc_dm_send_cmd,
H A Ddavinci_mmc.c426 .send_cmd = dmmc_send_cmd,
462 .send_cmd = davinci_mmc_send_cmd,
H A Darm_pl180_mmci.c356 .send_cmd = host_request,
509 .send_cmd = dm_host_request,
H A Ddw_mmc.c528 .send_cmd = dwmci_send_cmd,
534 .send_cmd = dwmci_send_cmd,
H A Dgen_atmel_mci.c458 .send_cmd = mci_send_cmd,
520 .send_cmd = atmel_mci_send_cmd,
H A Dmeson_gx_mmc.c217 .send_cmd = meson_dm_mmc_send_cmd,
H A Dsdhci.c574 .send_cmd = sdhci_send_command,
582 .send_cmd = sdhci_send_command,
H A Dsunxi_mmc.c511 .send_cmd = sunxi_mmc_send_cmd_legacy,
601 .send_cmd = sunxi_mmc_send_cmd,
H A Dmmc_spi.c261 .send_cmd = mmc_spi_request,
H A Dsh_mmcif.c597 .send_cmd = sh_mmcif_send_cmd,
659 .send_cmd = sh_mmcif_dm_send_cmd,
H A Dmvebu_mmc.c412 .send_cmd = mvebu_mmc_send_cmd,
H A Dpxa_mmc_gen.c369 .send_cmd = pxa_mmc_request,
H A Dmxsmmc.c369 .send_cmd = mxsmmc_send_cmd,
H A Dsh_sdhi.c722 .send_cmd = sh_sdhi_send_cmd,
811 .send_cmd = sh_sdhi_dm_send_cmd,
H A Dmxcmmc.c493 .send_cmd = mxcmci_request,
H A Drenesas-sdhi.c409 .send_cmd = tmio_sd_send_cmd,
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c143 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd) function
1027 send_cmd(host, NAND_CMD_READOOB);
1034 send_cmd(host, NAND_CMD_READ0);
1052 send_cmd(host, command);
1088 send_cmd(host, NAND_CMD_READSTART);
/openbmc/u-boot/include/
H A Dmmc.h406 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd, member
487 int (*send_cmd)(struct mmc *mmc, member

12