Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hcd.c232 if (!timer_pending(&ohci->io_watchdog) && in ohci_urb_enqueue()
235 mod_timer(&ohci->io_watchdog, in ohci_urb_enqueue()
500 setup_timer(&ohci->io_watchdog, io_watchdog_func, in ohci_init()
502 set_timer_slack(&ohci->io_watchdog, msecs_to_jiffies(20)); in ohci_init()
841 mod_timer(&ohci->io_watchdog, in io_watchdog_func()
974 del_timer_sync(&ohci->io_watchdog); in ohci_stop()
Dohci.h427 struct timer_list io_watchdog; member
Dohci-hub.c314 del_timer_sync(&ohci->io_watchdog); in ohci_bus_suspend()