Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1195 xhci_complete_del_and_free_cmd(cur_cmd, COMP_CMD_ABORT); in xhci_cleanup_command_queue()
1213 if (i_cmd->status != COMP_CMD_ABORT) in xhci_handle_stopped_cmd_ring()
1262 cur_cmd->status = COMP_CMD_ABORT; in xhci_handle_command_timeout()
1340 if (cmd_comp_code == COMP_CMD_ABORT) { in handle_cmd_completion()
1342 if (cmd->status == COMP_CMD_ABORT) in handle_cmd_completion()
Dxhci.c1861 case COMP_CMD_ABORT: in xhci_configure_endpoint_result()
1912 case COMP_CMD_ABORT: in xhci_evaluate_context_result()
3528 case COMP_CMD_ABORT: in xhci_discover_or_reset_device()
3893 case COMP_CMD_ABORT: in xhci_setup_device()
Dxhci-hub.c409 if (cmd->status == COMP_CMD_ABORT || cmd->status == COMP_CMD_STOP) { in xhci_stop_device()
Dxhci.h1107 #define COMP_CMD_ABORT 25 macro