Lines Matching refs:CC_SUCCESS

354     [CC_SUCCESS]                       = "CC_SUCCESS",
460 XHCIEvent wrap = { ER_MFINDEX_WRAP, CC_SUCCESS }; in xhci_mfwrap_timer()
955 return CC_SUCCESS; in xhci_alloc_device_streams()
1001 return CC_SUCCESS; in xhci_alloc_device_streams()
1155 return CC_SUCCESS; in xhci_enable_ep()
1274 return CC_SUCCESS; in xhci_disable_ep()
1294 return CC_SUCCESS; in xhci_disable_ep()
1331 return CC_SUCCESS; in xhci_stop_ep()
1380 return CC_SUCCESS; in xhci_reset_ep()
1432 return CC_SUCCESS; in xhci_set_ep_dequeue()
1495 XHCIEvent event = {ER_TRANSFER, CC_SUCCESS}; in xhci_xfer_report()
1518 if (xfer->status == CC_SUCCESS) { in xhci_xfer_report()
1533 (xfer->status != CC_SUCCESS && left == 0))) { in xhci_xfer_report()
1539 if (xfer->status == CC_SUCCESS) { in xhci_xfer_report()
1540 event.ccode = shortpkt ? CC_SHORT_PACKET : CC_SUCCESS; in xhci_xfer_report()
1553 if (xfer->status != CC_SUCCESS) { in xhci_xfer_report()
1648 xfer->status = CC_SUCCESS; in xhci_try_complete_packet()
2039 return CC_SUCCESS; in xhci_enable_slot()
2059 return CC_SUCCESS; in xhci_disable_slot()
2230 return CC_SUCCESS; in xhci_configure_slot()
2262 if (res != CC_SUCCESS) { in xhci_configure_slot()
2273 if (res != CC_SUCCESS) { in xhci_configure_slot()
2292 return CC_SUCCESS; in xhci_configure_slot()
2361 return CC_SUCCESS; in xhci_evaluate_slot()
2390 return CC_SUCCESS; in xhci_reset_slot()
2450 return CC_SUCCESS; in xhci_get_port_bandwidth()
2473 XHCIEvent event = {ER_COMMAND_COMPLETE, CC_SUCCESS}; in xhci_process_commands()
2565 event.ccode = CC_SUCCESS; in xhci_process_commands()
2616 XHCIEvent ev = { ER_PORT_STATUS_CHANGE, CC_SUCCESS, in xhci_port_notify()