Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c1387 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1416 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1420 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1439 cmd_comp_code); in xhci_handle_cmd_set_deq()
1523 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1541 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1557 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1559 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1566 u32 cmd_comp_code) in xhci_handle_cmd_disable_slot() argument
1581 if (cmd_comp_code == COMP_SUCCESS) { in xhci_handle_cmd_disable_slot()
[all …]