cto_timer         388 drivers/mmc/host/dw_mmc.c 		mod_timer(&host->cto_timer,
cto_timer        1936 drivers/mmc/host/dw_mmc.c 	WARN_ON(del_timer_sync(&host->cto_timer));
cto_timer        2593 drivers/mmc/host/dw_mmc.c 	del_timer(&host->cto_timer);
cto_timer        2644 drivers/mmc/host/dw_mmc.c 			del_timer(&host->cto_timer);
cto_timer        2985 drivers/mmc/host/dw_mmc.c 	struct dw_mci *host = from_timer(host, t, cto_timer);
cto_timer        3232 drivers/mmc/host/dw_mmc.c 	timer_setup(&host->cto_timer, dw_mci_cto_timer, 0);
cto_timer         231 drivers/mmc/host/dw_mmc.h 	struct timer_list       cto_timer;