Searched refs:sdhci_send_command (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 138 static int sdhci_send_command(struct udevice *dev, struct mmc_cmd *cmd, function 144 static int sdhci_send_command(struct mmc *mmc, struct mmc_cmd *cmd, 610 return sdhci_send_command(host->mmc->dev, &cmd, NULL); 612 return sdhci_send_command(host->mmc, &cmd, NULL); 706 .send_cmd = sdhci_send_command, 714 .send_cmd = sdhci_send_command,
|
| H A D | sdhci.su | |
| /OK3568_Linux_fs/u-boot/spl/drivers/mmc/ |
| H A D | sdhci.su | |
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci.c | 55 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd); 1572 if (!sdhci_send_command(host, data->stop)) { in __sdhci_finish_data() 1596 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_send_command() function 1709 while (!sdhci_send_command(host, cmd)) { in sdhci_send_command_retry() 1799 if (!sdhci_send_command(host, cmd->mrq->cmd)) { in sdhci_finish_command() 2195 if (!sdhci_send_command(host, cmd)) in sdhci_request_atomic()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |