Home
last modified time | relevance | path

Searched refs:EVENT_DATA_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
A Ddw_mmc.c1987 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2013 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2018 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2176 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2750 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3125 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3145 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
A Ddw_mmc.h35 EVENT_DATA_COMPLETE, enumerator

Completed in 10 milliseconds