trb_type 1525 drivers/usb/host/xhci-ring.c u32 trb_type; trb_type 1527 drivers/usb/host/xhci-ring.c trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); trb_type 1528 drivers/usb/host/xhci-ring.c xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); trb_type 1529 drivers/usb/host/xhci-ring.c if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) trb_type 2043 drivers/usb/host/xhci-ring.c u32 trb_type; trb_type 2045 drivers/usb/host/xhci-ring.c trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); trb_type 2056 drivers/usb/host/xhci-ring.c if (trb_type != TRB_STATUS) { trb_type 2058 drivers/usb/host/xhci-ring.c (trb_type == TRB_DATA) ? "data" : "setup"); trb_type 2068 drivers/usb/host/xhci-ring.c if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) trb_type 2074 drivers/usb/host/xhci-ring.c switch (trb_type) { trb_type 2087 drivers/usb/host/xhci-ring.c trb_type); trb_type 2101 drivers/usb/host/xhci-ring.c if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) trb_type 2109 drivers/usb/host/xhci-ring.c if (trb_type == TRB_SETUP) trb_type 2116 drivers/usb/host/xhci-ring.c if (trb_type == TRB_DATA || trb_type 2117 drivers/usb/host/xhci-ring.c trb_type == TRB_NORMAL) { trb_type 4051 drivers/usb/host/xhci-ring.c u32 trb_type, u32 slot_id) trb_type 4054 drivers/usb/host/xhci-ring.c TRB_TYPE(trb_type) | SLOT_ID_FOR_TRB(slot_id), false); trb_type 2087 drivers/usb/host/xhci.h u32 trb_type, u32 slot_id);