Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1871 case COMP_CMD_ABORT: in xhci_configure_endpoint_result()
1922 case COMP_CMD_ABORT: in xhci_evaluate_context_result()
3538 case COMP_CMD_ABORT: in xhci_discover_or_reset_device()
3905 case COMP_CMD_ABORT: in xhci_setup_device()
Dxhci-hub.c308 if (cmd->status == COMP_CMD_ABORT || cmd->status == COMP_CMD_STOP) { in xhci_stop_device()
Dxhci.h1057 #define COMP_CMD_ABORT 25 macro