Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.h223 unsigned TRB_type : 6; // TRB类型 member
245 unsigned TRB_type : 6; member
268 unsigned TRB_type : 6; // TRB类型 member
288 unsigned TRB_type : 6; // TRB类型 member
303 unsigned TRB_type : 6; // TRB类型 member
Dxhci.c208 if (unlikely(ptr->TRB_type == TRB_TYPE_LINK)) in __xhci_write_trb()
709 switch (event_trb_ptr->TRB_type) // 根据event trb类型的不同,采取不同的措施 in xhci_hc_irq_handler()
716 switch (((struct xhci_TRB_normal_t *)&origin_trb)->TRB_type) in xhci_hc_irq_handler()
744 switch (event_trb_ptr->TRB_type) in xhci_hc_irq_handler()
762 if (((struct xhci_TRB_normal_t *)&event_trb)->TRB_type == TRB_TYPE_LINK) in xhci_hc_irq_handler()
1029 trb.TRB_type = TRB_TYPE_ADDRESS_DEVICE; in xhci_set_address()
1080 trb.TRB_type = TRB_TYPE_SETUP_STAGE; in xhci_setup_stage()
1119 trb.TRB_type = trb_type; in xhci_data_stage()
1143 trb.TRB_type = TRB_TYPE_EVENT_DATA; in xhci_data_stage()
1169 trb.TRB_type = TRB_TYPE_STATUS_STAGE; in xhci_status_stage()
[all …]
Dinternal.h77 ptr->TRB_type = TRB_TYPE_LINK; \