Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
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()
Dsdhci.h367 mmc_debugfs_err_stats_inc((host)->mmc, MMC_ERR_##err_name)
/Linux-v6.6/include/linux/mmc/
Dhost.h668 static inline void mmc_debugfs_err_stats_inc(struct mmc_host *host, in mmc_debugfs_err_stats_inc() function
/Linux-v6.6/drivers/mmc/core/
Dcore.c948 mmc_debugfs_err_stats_inc(host, MMC_ERR_TUNING); in mmc_execute_tuning()