Searched refs:io_watchdog (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/host/
H A Dohci-hcd.c238 mod_timer(&ohci->io_watchdog,
513 timer_setup(&ohci->io_watchdog, io_watchdog_func, 0);
749 struct ohci_hcd *ohci = from_timer(ohci, t, io_watchdog);
864 mod_timer(&ohci->io_watchdog,
1006 del_timer_sync(&ohci->io_watchdog);
H A Dohci-hub.c318 del_timer_sync(&ohci->io_watchdog);
H A Dohci.h431 struct timer_list io_watchdog; member in struct:ohci_hcd

Completed in 106 milliseconds