Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Ddw_mmc.h233 struct timer_list cto_timer; member
A Ddw_mmc.c393 mod_timer(&host->cto_timer, in dw_mci_set_cto()
2005 WARN_ON(del_timer_sync(&host->cto_timer)); in dw_mci_clear_pending_cmd_complete()
2665 del_timer(&host->cto_timer); in dw_mci_cmd_interrupt()
2715 del_timer(&host->cto_timer); in dw_mci_interrupt()
3054 struct dw_mci *host = from_timer(host, t, cto_timer); in dw_mci_cto_timer()
3296 timer_setup(&host->cto_timer, dw_mci_cto_timer, 0); in dw_mci_probe()

Completed in 12 milliseconds