Home
last modified time | relevance | path

Searched refs:update_dcmd_desc (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/mmc/host/
Dcqhci.h285 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq, member
Dcqhci-core.c565 if (cq_host->ops->update_dcmd_desc) in cqhci_prep_dcmd_desc()
566 cq_host->ops->update_dcmd_desc(mmc, mrq, &data); in cqhci_prep_dcmd_desc()
Dsdhci-tegra.c1341 .update_dcmd_desc = sdhci_tegra_update_dcmd_desc,