Searched refs:EVENT_DATA_COMPLETE (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/mmc/host/
H A Ddw_mmc.c2023 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events))
2049 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events))
2054 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events);
2212 set_bit(EVENT_DATA_COMPLETE, &host->completed_events);
2774 set_bit(EVENT_DATA_COMPLETE,
2795 set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
3177 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) {
3197 set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
H A Ddw_mmc.h35 EVENT_DATA_COMPLETE, enumerator in enum:__anon199
87 * data transfer. Only valid when EVENT_DATA_COMPLETE or
151 * EVENT_DATA_COMPLETE is set in @pending_events, all data-related

Completed in 254 milliseconds