Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c1411 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1446 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1450 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1469 cmd_comp_code); in xhci_handle_cmd_set_deq()
1551 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1569 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1585 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1587 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1594 u32 cmd_comp_code) in xhci_handle_cmd_disable_slot() argument
1609 if (cmd_comp_code == COMP_SUCCESS) { in xhci_handle_cmd_disable_slot()
[all …]