Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c1064 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1178 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1578 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2030 case COMP_SUCCESS: in process_ctrl_td()
2136 case COMP_SUCCESS: in process_isoc_td()
2246 case COMP_SUCCESS: in process_bulk_intr_td()
2378 case COMP_SUCCESS: in handle_tx_event()
Dxhci.h1089 #define COMP_SUCCESS 1 macro
1130 case COMP_SUCCESS: in xhci_trb_comp_code_string()
Dxhci.c1998 case COMP_SUCCESS: in xhci_configure_endpoint_result()
2048 case COMP_SUCCESS: in xhci_evaluate_context_result()
3797 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3985 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
4180 case COMP_SUCCESS: in xhci_setup_device()
Dxhci-dbgcap.c608 case COMP_SUCCESS: in dbc_handle_xfer_event()
/Linux-v5.4/drivers/usb/early/
Dxhci-dbc.c723 case COMP_SUCCESS: in xdbc_handle_tx_event()