Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/tools/kermit/
H A DREADME34 send_cmd:
36 send_cmd U_BOOT_COMMAND
/rk3399_rockchip-uboot/drivers/mmc/
H A Dsandbox_mmc.c99 .send_cmd = sandbox_mmc_send_cmd,
H A Dmmc-uclass.c27 if (ops->send_cmd) in dm_mmc_send_cmd()
28 ret = ops->send_cmd(dev, cmd, data); in dm_mmc_send_cmd()
H A Dmmc_legacy.c154 if (cfg->ops == NULL || cfg->ops->send_cmd == NULL) in mmc_create()
H A Dsunxi_mmc.c472 .send_cmd = sunxi_mmc_send_cmd_legacy,
554 .send_cmd = sunxi_mmc_send_cmd,
H A Dgen_atmel_mci.c463 .send_cmd = mci_send_cmd,
525 .send_cmd = atmel_mci_send_cmd,
H A Dmeson_gx_mmc.c215 .send_cmd = meson_dm_mmc_send_cmd,
H A Dmmc_spi.c261 .send_cmd = mmc_spi_request,
H A Dsdhci.c706 .send_cmd = sdhci_send_command,
714 .send_cmd = sdhci_send_command,
H A Ddavinci_mmc.c370 .send_cmd = dmmc_send_cmd,
H A Dmvebu_mmc.c413 .send_cmd = mvebu_mmc_send_cmd,
H A Dftsdc010_mci.c315 .send_cmd = ftsdc010_request,
H A Dpxa_mmc_gen.c370 .send_cmd = pxa_mmc_request,
H A Domap_hsmmc.c693 .send_cmd = omap_hsmmc_send_cmd,
702 .send_cmd = omap_hsmmc_send_cmd,
H A Dmxsmmc.c370 .send_cmd = mxsmmc_send_cmd,
H A Dsh_sdhi.c723 .send_cmd = sh_sdhi_send_cmd,
812 .send_cmd = sh_sdhi_dm_send_cmd,
H A Ddw_mmc.c889 .send_cmd = dwmci_send_cmd,
901 .send_cmd = dwmci_send_cmd,
H A Darm_pl180_mmci.c341 .send_cmd = host_request,
H A Dfsl_esdhc.c762 .send_cmd = esdhc_send_cmd,
1158 .send_cmd = fsl_esdhc_send_cmd,
H A Dmxcmmc.c493 .send_cmd = mxcmci_request,
H A Dstm32_sdmmc2.c516 .send_cmd = stm32_sdmmc2_send_cmd,
H A Dtegra_mmc.c587 .send_cmd = tegra_mmc_send_cmd,
H A Dsh_mmcif.c571 .send_cmd = sh_mmcif_request,
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.c144 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd) function
1028 send_cmd(host, NAND_CMD_READOOB);
1035 send_cmd(host, NAND_CMD_READ0);
1053 send_cmd(host, command);
1089 send_cmd(host, NAND_CMD_READSTART);
/rk3399_rockchip-uboot/include/
H A Dmmc.h419 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd, member
499 int (*send_cmd)(struct mmc *mmc, member

12