Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c1036 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
1064 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1068 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1087 cmd_comp_code); in xhci_handle_cmd_set_deq()
1131 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1146 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1176 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1178 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1203 struct xhci_event_cmd *event, u32 cmd_comp_code) in xhci_handle_cmd_config_ep() argument
1378 u32 cmd_comp_code; in handle_cmd_completion() local
[all …]