Home
last modified time | relevance | path

Searched refs:EVENT_XFER_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h36 EVENT_XFER_COMPLETE, enumerator
/linux-4.4.14/drivers/mmc/host/
Datmel-mci.c56 EVENT_XFER_COMPLETE, enumerator
831 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete()
869 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete()
1102 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer()
1125 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma()
1733 EVENT_XFER_COMPLETE)) in atmci_tasklet_func()
1739 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func()
1918 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio()
1988 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
Ddw_mmc.c397 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
467 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1779 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func()
1791 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
1896 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func()
2265 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2319 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()