Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dtmio_mmc_core.c108 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i) in tmio_mmc_disable_mmc_irqs() function
113 EXPORT_SYMBOL_GPL(tmio_mmc_disable_mmc_irqs);
504 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
508 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
512 tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_READOP | TMIO_MASK_WRITEOP); in tmio_mmc_data_irq()
563 tmio_mmc_disable_mmc_irqs(host, in tmio_mmc_cmd_irq()
571 tmio_mmc_disable_mmc_irqs(host, in tmio_mmc_cmd_irq()
1161 tmio_mmc_disable_mmc_irqs(_host, TMIO_MASK_ALL); in tmio_mmc_host_probe()
1215 tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_ALL); in tmio_mmc_host_remove()
1245 tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_ALL); in tmio_mmc_host_runtime_suspend()
H A Dtmio_mmc.h199 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i);