Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c1531 u32 trb_type; in handle_vendor_event() local
1533 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); in handle_vendor_event()
1534 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1535 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
3919 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id) in xhci_queue_slot_control() argument
3922 TRB_TYPE(trb_type) | SLOT_ID_FOR_TRB(slot_id), false); in xhci_queue_slot_control()
Dxhci.h1776 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id);