Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc.h234 struct timer_list dto_timer; member
Ddw_mmc.c1993 mod_timer(&host->dto_timer, in dw_mci_set_drto()
2022 WARN_ON(del_timer_sync(&host->dto_timer)); in dw_mci_clear_pending_data_complete()
2745 del_timer(&host->dto_timer); in dw_mci_interrupt()
3114 struct dw_mci *host = from_timer(host, t, dto_timer); in dw_mci_dto_timer()
3302 timer_setup(&host->dto_timer, dw_mci_dto_timer, 0); in dw_mci_probe()