reset_device_cmd 3702 drivers/usb/host/xhci.c struct xhci_command *reset_device_cmd; reset_device_cmd 3755 drivers/usb/host/xhci.c reset_device_cmd = xhci_alloc_command(xhci, true, GFP_NOIO); reset_device_cmd 3756 drivers/usb/host/xhci.c if (!reset_device_cmd) { reset_device_cmd 3764 drivers/usb/host/xhci.c ret = xhci_queue_reset_device(xhci, reset_device_cmd, slot_id); reset_device_cmd 3774 drivers/usb/host/xhci.c wait_for_completion(reset_device_cmd->completion); reset_device_cmd 3780 drivers/usb/host/xhci.c ret = reset_device_cmd->status; reset_device_cmd 3847 drivers/usb/host/xhci.c xhci_free_command(xhci, reset_device_cmd);