Searched refs:cto_timer (Results 1 – 2 of 2) sorted by relevance
237 struct timer_list cto_timer; member
393 mod_timer(&host->cto_timer, in dw_mci_set_cto()2042 WARN_ON(del_timer_sync(&host->cto_timer)); in dw_mci_clear_pending_cmd_complete()2702 del_timer(&host->cto_timer); in dw_mci_cmd_interrupt()2752 del_timer(&host->cto_timer); in dw_mci_interrupt()3107 struct dw_mci *host = from_timer(host, t, cto_timer); in dw_mci_cto_timer()3349 timer_setup(&host->cto_timer, dw_mci_cto_timer, 0); in dw_mci_probe()
Completed in 14 milliseconds