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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c2005 struct xhci_command *reset_device_cmd; local
2028 reset_device_cmd = xhci_alloc_command(xhci, false, true, GFP_NOIO);
2029 if (!reset_device_cmd) {
2036 reset_device_cmd->command_trb = xhci->cmd_ring->enqueue;
2041 if ((reset_device_cmd->command_trb->link.control & TRB_TYPE_BITMASK)
2043 reset_device_cmd->command_trb =
2046 list_add_tail(&reset_device_cmd->cmd_list, &virt_dev->cmd_list);
2050 list_del(&reset_device_cmd->cmd_list);
2059 reset_device_cmd->completion,
2068 if (reset_device_cmd
[all...]

Completed in 97 milliseconds