Home
last modified time | relevance | path

Searched refs:dump_vendor_regs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci.h724 void (*dump_vendor_regs)(struct sdhci_host *host); member
H A Dsdhci-esdhc-imx.c1511 .dump_vendor_regs = esdhc_dump_debug_regs,
H A Dsdhci.c114 if (host->ops->dump_vendor_regs) in sdhci_dumpregs()
115 host->ops->dump_vendor_regs(host); in sdhci_dumpregs()
H A Dsdhci-msm.c2465 .dump_vendor_regs = sdhci_msm_dump_vendor_regs,