Home
last modified time | relevance | path

Searched refs:TRB_COMPLETION (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h122 case TRB_COMPLETION: in cdnsp_trb_type_string()
202 case TRB_COMPLETION: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1119 #define TRB_COMPLETION 33 macro
H A Dcdnsp-gadget.c569 if (TRB_FIELD_TO_TYPE(flags) != TRB_COMPLETION || in cdnsp_wait_for_cmd_compl()
H A Dcdnsp-ring.c1466 case TRB_TYPE(TRB_COMPLETION): in cdnsp_handle_event()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c462 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_configure_endpoints()
648 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in xhci_address_device()
723 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in _xhci_alloc_device()
H A Dxhci-ring.c501 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td()
509 event = xhci_wait_for_event(ctrl, TRB_COMPLETION); in abort_td()
H A Dxhci.h959 TRB_COMPLETION, /* 33 */ enumerator
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1164 #define TRB_COMPLETION 33 macro
1235 case TRB_COMPLETION: in xhci_trb_type_string()
2052 case TRB_COMPLETION: in xhci_decode_trb()
H A Dxhci-ring.c3098 case TRB_COMPLETION: in xhci_handle_event()