Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c750 del_timer(&ep->stop_cmd_timer); in xhci_stop_watchdog_timer_in_irq()
1139 mod_timer(&ep->stop_cmd_timer, in xhci_handle_cmd_stop_ep()
1274 struct xhci_virt_ep *ep = from_timer(ep, t, stop_cmd_timer); in xhci_stop_endpoint_command_watchdog()
1284 timer_pending(&ep->stop_cmd_timer)) { in xhci_stop_endpoint_command_watchdog()
H A Dxhci.c1743 ep->stop_cmd_timer.expires = jiffies + in xhci_urb_dequeue()
1745 add_timer(&ep->stop_cmd_timer); in xhci_urb_dequeue()
3892 del_timer_sync(&virt_dev->eps[i].stop_cmd_timer); in xhci_free_dev()
H A Dxhci.h956 struct timer_list stop_cmd_timer; member
H A Dxhci-mem.c866 timer_setup(&ep->stop_cmd_timer, xhci_stop_endpoint_command_watchdog, in xhci_init_endpoint_timer()