Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c1363 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1504 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1906 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2302 case COMP_SUCCESS: in process_ctrl_td()
2405 case COMP_SUCCESS: in process_isoc_td()
2526 case COMP_SUCCESS: in process_bulk_intr_td()
2655 case COMP_SUCCESS: in handle_tx_event()
Dxhci.c2065 case COMP_SUCCESS: in xhci_configure_endpoint_result()
2115 case COMP_SUCCESS: in xhci_evaluate_context_result()
3815 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3949 if (command->status != COMP_SUCCESS) in xhci_disable_slot()
4012 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
4215 case COMP_SUCCESS: in xhci_setup_device()
Dxhci.h826 #define COMP_SUCCESS 1 macro
867 case COMP_SUCCESS: in xhci_trb_comp_code_string()
Dxhci-dbgcap.c753 case COMP_SUCCESS: in dbc_handle_xfer_event()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h18 case COMP_SUCCESS: in cdnsp_trb_comp_code_string()
Dcdnsp-ring.c798 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in cdnsp_handle_port_status()
1065 case COMP_SUCCESS: in cdnsp_process_isoc_td()
1148 case COMP_SUCCESS: in cdnsp_process_bulk_intr_td()
Dcdnsp-gadget.h878 #define COMP_SUCCESS 1 macro
Dcdnsp-gadget.c588 if (pdev->cmd.status == COMP_SUCCESS) in cdnsp_wait_for_cmd_compl()
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c726 case COMP_SUCCESS: in xdbc_handle_tx_event()