stop_cmd_timer    797 drivers/usb/host/xhci-mem.c 	timer_setup(&ep->stop_cmd_timer, xhci_stop_endpoint_command_watchdog,
stop_cmd_timer    649 drivers/usb/host/xhci-ring.c 	del_timer(&ep->stop_cmd_timer);
stop_cmd_timer    969 drivers/usb/host/xhci-ring.c 	struct xhci_virt_ep *ep = from_timer(ep, t, stop_cmd_timer);
stop_cmd_timer    977 drivers/usb/host/xhci-ring.c 	    timer_pending(&ep->stop_cmd_timer)) {
stop_cmd_timer   1698 drivers/usb/host/xhci.c 		ep->stop_cmd_timer.expires = jiffies +
stop_cmd_timer   1700 drivers/usb/host/xhci.c 		add_timer(&ep->stop_cmd_timer);
stop_cmd_timer   3887 drivers/usb/host/xhci.c 		del_timer_sync(&virt_dev->eps[i].stop_cmd_timer);
stop_cmd_timer    944 drivers/usb/host/xhci.h 	struct timer_list	stop_cmd_timer;