Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1216 i_cmd->status = COMP_CMD_STOP; in xhci_handle_stopped_cmd_ring()
1330 if (cmd_comp_code == COMP_CMD_STOP) { in handle_cmd_completion()
1375 if (cmd->status == COMP_CMD_STOP) in handle_cmd_completion()
1376 cmd_comp_code = COMP_CMD_STOP; in handle_cmd_completion()
Dxhci.c1862 case COMP_CMD_STOP: in xhci_configure_endpoint_result()
1913 case COMP_CMD_STOP: in xhci_evaluate_context_result()
3529 case COMP_CMD_STOP: in xhci_discover_or_reset_device()
3894 case COMP_CMD_STOP: in xhci_setup_device()
Dxhci-hub.c409 if (cmd->status == COMP_CMD_ABORT || cmd->status == COMP_CMD_STOP) { in xhci_stop_device()
Dxhci.h1105 #define COMP_CMD_STOP 24 macro