Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hcd.c240 mod_timer(&ohci->io_watchdog, in ohci_urb_enqueue()
515 timer_setup(&ohci->io_watchdog, io_watchdog_func, 0); in ohci_init()
751 struct ohci_hcd *ohci = from_timer(ohci, t, io_watchdog); in io_watchdog_func()
866 mod_timer(&ohci->io_watchdog, in io_watchdog_func()
1000 del_timer_sync(&ohci->io_watchdog); in ohci_stop()
Dohci.h431 struct timer_list io_watchdog; member
Dohci-hub.c315 del_timer_sync(&ohci->io_watchdog); in ohci_bus_suspend()