Searched refs:tmio_mmc_disable_mmc_irqs (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | tmio_mmc_core.c | 108 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()
|
D | tmio_mmc.h | 199 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 15952 tmio_mmc_disable_mmc_irqs(_host, TMIO_MASK_ALL); 15970 - tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_ALL);
|