Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcqhci-core.c837 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_RED); in cqhci_irq()
839 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_GCE); in cqhci_irq()
841 mmc_debugfs_err_stats_inc(mmc, MMC_ERR_CMDQ_ICCE); in cqhci_irq()
/linux/include/linux/mmc/
H A Dhost.h741 static inline void mmc_debugfs_err_stats_inc(struct mmc_host *host, in mmc_debugfs_err_stats_inc() function