Home
last modified time | relevance | path

Searched refs:stop_cmd_timer (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci.h922 struct timer_list stop_cmd_timer; member
Dxhci.c1619 ep->stop_cmd_timer.expires = jiffies + in xhci_urb_dequeue()
1621 add_timer(&ep->stop_cmd_timer); in xhci_urb_dequeue()
3642 del_timer_sync(&virt_dev->eps[i].stop_cmd_timer); in xhci_free_dev()
Dxhci-mem.c835 setup_timer(&ep->stop_cmd_timer, xhci_stop_endpoint_command_watchdog, in xhci_init_endpoint_timer()
Dxhci-ring.c591 if (del_timer(&ep->stop_cmd_timer)) in xhci_stop_watchdog_timer_in_irq()