Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1915 case COMP_SUCCESS: in process_ctrl_td()
2036 case COMP_SUCCESS: in process_isoc_td()
2077 if (trb_comp_code == COMP_SUCCESS || skip_td) { in process_isoc_td()
2148 case COMP_SUCCESS: in process_bulk_intr_td()
2333 case COMP_SUCCESS: in handle_tx_event()
Dxhci.c1891 case COMP_SUCCESS: in xhci_configure_endpoint_result()
1943 case COMP_SUCCESS: in xhci_evaluate_context_result()
3542 case COMP_SUCCESS: in xhci_discover_or_reset_device()
3728 if (!slot_id || command->status != COMP_SUCCESS) { in xhci_alloc_dev()
3913 case COMP_SUCCESS: in xhci_setup_device()
Dxhci.h1059 #define COMP_SUCCESS 1 macro