Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c1452 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1593 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1615 if (cmd_comp_code == COMP_SUCCESS) { in xhci_handle_cmd_disable_slot()
2004 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2309 case COMP_SUCCESS: in process_ctrl_td()
2412 case COMP_SUCCESS: in process_isoc_td()
2533 case COMP_SUCCESS: in process_bulk_intr_td()
2681 case COMP_SUCCESS: in handle_tx_event()
H A Dxhci.c2156 case COMP_SUCCESS: in xhci_configure_endpoint_result()
2206 case COMP_SUCCESS: in xhci_evaluate_context_result()
4020 case COMP_SUCCESS: in xhci_discover_or_reset_device()
4156 if (command->status != COMP_SUCCESS) in xhci_disable_slot()
4229 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
4428 case COMP_SUCCESS: in xhci_setup_device()
H A Dxhci.h833 #define COMP_SUCCESS 1 macro
874 case COMP_SUCCESS: in xhci_trb_comp_code_string()
H A Dxhci-dbgcap.c798 case COMP_SUCCESS: in dbc_handle_xfer_event()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h18 case COMP_SUCCESS: in cdnsp_trb_comp_code_string()
H A Dcdnsp-ring.c801 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in cdnsp_handle_port_status()
1068 case COMP_SUCCESS: in cdnsp_process_isoc_td()
1151 case COMP_SUCCESS: in cdnsp_process_bulk_intr_td()
H A Dcdnsp-gadget.h885 #define COMP_SUCCESS 1 macro
H A Dcdnsp-gadget.c626 if (pdev->cmd.status == COMP_SUCCESS) in cdnsp_wait_for_cmd_compl()
/linux/drivers/usb/early/
H A Dxhci-dbc.c730 case COMP_SUCCESS: in xdbc_handle_tx_event()