Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c458 COMP_SUCCESS); in xhci_wait_for_event()
505 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
513 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
524 case COMP_SUCCESS: in record_transfer_result()
H A Dxhci.c468 case COMP_SUCCESS: in xhci_configure_endpoints()
668 case COMP_SUCCESS: in xhci_address_device()
726 != COMP_SUCCESS); in _xhci_alloc_device()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c1383 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1501 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1907 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2314 case COMP_SUCCESS: in process_ctrl_td()
2418 case COMP_SUCCESS: in process_isoc_td()
2520 case COMP_SUCCESS: in process_bulk_intr_td()
2653 case COMP_SUCCESS: in handle_tx_event()
H A Dxhci.c2030 case COMP_SUCCESS: in xhci_configure_endpoint_result()
2080 case COMP_SUCCESS: in xhci_evaluate_context_result()
3803 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3934 if (command->status != COMP_SUCCESS) in xhci_disable_slot()
3997 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
4205 case COMP_SUCCESS: in xhci_setup_device()
H A Dxhci.h1103 #define COMP_SUCCESS 1 macro
1144 case COMP_SUCCESS: in xhci_trb_comp_code_string()
H A Dxhci-dbgcap.c700 case COMP_SUCCESS: in dbc_handle_xfer_event()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h725 COMP_SUCCESS = 1, enumerator
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c724 case COMP_SUCCESS: in xdbc_handle_tx_event()