Searched refs:EVENT_XFER_COMPLETE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/mmc/host/ |
| D | atmel-mci.c | 180 EVENT_XFER_COMPLETE, enumerator 936 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete() 973 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete() 1200 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer() 1223 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma() 1807 EVENT_XFER_COMPLETE)) in atmci_tasklet_func() 1813 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 1992 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() 2060 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
|
| D | dw_mmc.h | 34 EVENT_XFER_COMPLETE, enumerator
|
| D | dw_mmc.c | 434 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 497 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 2161 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2172 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2275 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2644 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2698 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|