Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c55 static int xhci_data_stage(struct xhci_ep_info_t *ep, uint64_t buf_vaddr, uint8_t trb_type, const u…
1100 static int xhci_data_stage(struct xhci_ep_info_t *ep, uint64_t buf_vaddr, uint8_t trb_type, const u… in xhci_data_stage() argument
1119 trb.TRB_type = trb_type; in xhci_data_stage()
1133 trb_type = TRB_TYPE_NORMAL; in xhci_data_stage()