Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dcqhci-core.c827 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_RED); in cqhci_irq()
829 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_GCE); in cqhci_irq()
831 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_ICCE); in cqhci_irq()
H A Dsdhci.h368 mmc_debugfs_err_stats_inc((host)->mmc, MMC_ERR_##err_name)
/openbmc/linux/include/linux/mmc/
H A Dhost.h668 static inline void mmc_debugfs_err_stats_inc(struct mmc_host *host, in mmc_debugfs_err_stats_inc() function
/openbmc/linux/drivers/mmc/core/
H A Dcore.c953 mmc_debugfs_err_stats_inc(host, MMC_ERR_TUNING); in mmc_execute_tuning()