Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c457 COMP_SUCCESS); in xhci_wait_for_event()
504 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
512 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
523 case COMP_SUCCESS: in record_transfer_result()
H A Dxhci.c467 case COMP_SUCCESS: in xhci_configure_endpoints()
667 case COMP_SUCCESS: in xhci_address_device()
725 != COMP_SUCCESS); in _xhci_alloc_device()
H A Dxhci.h724 COMP_SUCCESS = 1, enumerator
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h18 case COMP_SUCCESS: in cdnsp_trb_comp_code_string()
H A 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()
H A Dcdnsp-gadget.h878 #define COMP_SUCCESS 1 macro
H A Dcdnsp-gadget.c588 if (pdev->cmd.status == COMP_SUCCESS) in cdnsp_wait_for_cmd_compl()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c1425 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1568 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1974 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2377 case COMP_SUCCESS: in process_ctrl_td()
2481 case COMP_SUCCESS: in process_isoc_td()
2600 case COMP_SUCCESS: in process_bulk_intr_td()
2735 case COMP_SUCCESS: in handle_tx_event()
H A Dxhci.c2047 case COMP_SUCCESS: in xhci_configure_endpoint_result()
2097 case COMP_SUCCESS: in xhci_evaluate_context_result()
3797 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3931 if (command->status != COMP_SUCCESS) in xhci_disable_slot()
3994 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
4197 case COMP_SUCCESS: in xhci_setup_device()
H A Dxhci.h849 #define COMP_SUCCESS 1 macro
890 case COMP_SUCCESS: in xhci_trb_comp_code_string()
H A Dxhci-dbgcap.c741 case COMP_SUCCESS: in dbc_handle_xfer_event()
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c726 case COMP_SUCCESS: in xdbc_handle_tx_event()