Home
last modified time | relevance | path

Searched refs:TRB_COMP_TRB_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.h590 TRB_COMP_TRB_SUCCESS = 1, enumerator
Dxhci.c707 case TRB_COMP_TRB_SUCCESS: // trb执行成功,则将结果返回到对应的command ring的trb里面 in xhci_hc_irq_handler()
1042 if (trb_done->code == TRB_COMP_TRB_SUCCESS) // 成功执行 in xhci_set_address()
1208 case TRB_COMP_TRB_SUCCESS: in xhci_wait_for_interrupt()
1775 if (trb_done->code == TRB_COMP_TRB_SUCCESS) // 成功执行 in xhci_configure_endpoint()