io_watchdog       240 drivers/usb/host/ohci-hcd.c 			mod_timer(&ohci->io_watchdog,
io_watchdog       515 drivers/usb/host/ohci-hcd.c 	timer_setup(&ohci->io_watchdog, io_watchdog_func, 0);
io_watchdog       747 drivers/usb/host/ohci-hcd.c 	struct ohci_hcd	*ohci = from_timer(ohci, t, io_watchdog);
io_watchdog       862 drivers/usb/host/ohci-hcd.c 			mod_timer(&ohci->io_watchdog,
io_watchdog       996 drivers/usb/host/ohci-hcd.c 	del_timer_sync(&ohci->io_watchdog);
io_watchdog       315 drivers/usb/host/ohci-hub.c 		del_timer_sync(&ohci->io_watchdog);
io_watchdog       431 drivers/usb/host/ohci.h 	struct timer_list	io_watchdog;