Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c3449 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device() local
3501 reset_device_cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO); in xhci_discover_or_reset_device()
3502 if (!reset_device_cmd) { in xhci_discover_or_reset_device()
3510 ret = xhci_queue_reset_device(xhci, reset_device_cmd, slot_id); in xhci_discover_or_reset_device()
3520 wait_for_completion(reset_device_cmd->completion); in xhci_discover_or_reset_device()
3526 ret = reset_device_cmd->status; in xhci_discover_or_reset_device()
3596 xhci_free_command(xhci, reset_device_cmd); in xhci_discover_or_reset_device()