Searched refs:EVENT_XFER_COMPLETE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/mmc/ |
D | dw_mmc.h | 35 EVENT_XFER_COMPLETE, enumerator
|
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 57 EVENT_XFER_COMPLETE, enumerator 832 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_pdc_complete() 870 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_dma_complete() 1103 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer() 1126 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_stop_transfer_dma() 1734 EVENT_XFER_COMPLETE)) in atmci_tasklet_func() 1740 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 1919 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_read_data_pio() 1989 atmci_set_pending(host, EVENT_XFER_COMPLETE); in atmci_write_data_pio()
|
D | dw_mmc.c | 398 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 460 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_idmac_complete_dma() 1644 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 1648 set_bit(EVENT_XFER_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 1744 if (!test_and_clear_bit(EVENT_XFER_COMPLETE, in dw_mci_tasklet_func() 2101 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio() 2155 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
|