Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c1837 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument
1839 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1840 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
2305 u32 trb_type; in process_ctrl_td() local
2307 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2315 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2317 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2327 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2333 switch (trb_type) { in process_ctrl_td()
2346 trb_type); in process_ctrl_td()
[all …]
H A Dxhci.h2145 u32 trb_type, u32 slot_id);
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h978 } trb_type; typedef
1255 u32 slot_id, u32 ep_index, trb_type cmd);
1257 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c273 u32 ep_index, trb_type cmd) in xhci_queue_command()
435 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()
437 trb_type type; in xhci_wait_for_event()