Searched refs:trb_type (Results 1 – 4 of 4) sorted by relevance
1837 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument1839 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() local2307 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 …]
2145 u32 trb_type, u32 slot_id);
978 } trb_type; typedef1255 u32 slot_id, u32 ep_index, trb_type cmd);1257 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
273 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()