Home
last modified time | relevance | path

Searched refs:EVENT_DATA_COMPLETE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.c2024 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2050 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2055 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2213 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2775 set_bit(EVENT_DATA_COMPLETE, in dw_mci_interrupt()
2796 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3178 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3198 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
H A Ddw_mmc.h35 EVENT_DATA_COMPLETE, enumerator
87 * data transfer. Only valid when EVENT_DATA_COMPLETE or
151 * EVENT_DATA_COMPLETE is set in @pending_events, all data-related
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.c1920 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
1946 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
1951 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2108 set_bit(EVENT_DATA_COMPLETE, &host->completed_events); in dw_mci_tasklet_func()
2678 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
3053 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3073 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()
H A Ddw_mmc.h33 EVENT_DATA_COMPLETE, enumerator
85 * data transfer. Only valid when EVENT_DATA_COMPLETE or
147 * EVENT_DATA_COMPLETE is set in @pending_events, all data-related

Completed in 11 milliseconds