Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c3702 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device() local
3755 reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO); in xhci_discover_or_reset_device()
3756 if (!reset_device_cmd) { in xhci_discover_or_reset_device()
3764 ret = xhci_queue_reset_device(xhci, reset_device_cmd, slot_id); in xhci_discover_or_reset_device()
3774 wait_for_completion(reset_device_cmd->completion); in xhci_discover_or_reset_device()
3787 ret = reset_device_cmd->status; in xhci_discover_or_reset_device()
3854 xhci_free_command(xhci, reset_device_cmd); in xhci_discover_or_reset_device()