Searched refs:trb_type (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1525 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);
H A Dcdnsp-ring.c1001 u32 trb_type; local
1003 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3]));
1012 if (trb_type == TRB_DATA) {
2372 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) argument
2374 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) |
/linux-master/drivers/usb/host/
H A Dxhci-ring.c1824 union xhci_trb *event, u32 trb_type)
1826 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type);
1827 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST))
2283 u32 trb_type; local
2285 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3]));
2293 if (trb_type != TRB_STATUS) {
2295 (trb_type == TRB_DATA) ? "data" : "setup");
2305 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL)
2311 switch (trb_type) {
1823 handle_vendor_event(struct xhci_hcd *xhci, union xhci_trb *event, u32 trb_type) argument
2982 u32 trb_type; local
4372 xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, u32 trb_type, u32 slot_id) argument
[all...]
H A Dxhci.h1885 u32 trb_type, u32 slot_id);

Completed in 251 milliseconds