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.c1380 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1415 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1419 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1438 cmd_comp_code); in xhci_handle_cmd_set_deq()
1520 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1538 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1554 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1556 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1760 u32 cmd_comp_code; in handle_cmd_completion() local
1775 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
[all …]