Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c980 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1085 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1497 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) { in handle_port_status()
1912 case COMP_SUCCESS: in process_ctrl_td()
2019 case COMP_SUCCESS: in process_isoc_td()
2058 if (trb_comp_code == COMP_SUCCESS || skip_td) { in process_isoc_td()
2125 case COMP_SUCCESS: in process_bulk_intr_td()
2297 case COMP_SUCCESS: in handle_tx_event()
Dxhci.c1901 case COMP_SUCCESS: in xhci_configure_endpoint_result()
1953 case COMP_SUCCESS: in xhci_evaluate_context_result()
3552 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3738 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
3925 case COMP_SUCCESS: in xhci_setup_device()
Dxhci.h1009 #define COMP_SUCCESS 1 macro