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