Searched refs:dump_vendor_regs (Results 1 – 4 of 4) sorted by relevance
654 void (*dump_vendor_regs)(struct sdhci_host *host); member
1288 .dump_vendor_regs = esdhc_dump_debug_regs,
114 if (host->ops->dump_vendor_regs) in sdhci_dumpregs()115 host->ops->dump_vendor_regs(host); in sdhci_dumpregs()
2185 .dump_vendor_regs = sdhci_msm_dump_vendor_regs,