Searched refs:EVENT_DATA_ERROR (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | dw_mmc.h | 34 EVENT_DATA_ERROR, enumerator
|
D | dw_mmc.c | 2046 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2082 if (test_and_clear_bit(EVENT_DATA_ERROR, in dw_mci_tasklet_func() 2661 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt() 2729 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 2738 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt() 3072 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
|
D | atmel-mci.c | 182 EVENT_DATA_ERROR, enumerator 1792 EVENT_DATA_ERROR)) { in atmci_tasklet_func() 1794 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 2100 atmci_set_pending(host, EVENT_DATA_ERROR); in atmci_interrupt()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 5530 if (test_and_clear_bit(EVENT_DATA_ERROR, 5542 if (test_and_clear_bit(EVENT_DATA_ERROR,
|