Home
last modified time | relevance | path

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

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