Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c1780 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument
1782 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1783 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
2248 u32 trb_type; in process_ctrl_td() local
2250 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2258 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2260 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2270 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2276 switch (trb_type) { in process_ctrl_td()
2289 trb_type); in process_ctrl_td()
[all …]
Dxhci.h2152 u32 trb_type, u32 slot_id);
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c1001 u32 trb_type; in cdnsp_process_ctrl_td() local
1003 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()
1012 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2372 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument
2374 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
Dcdnsp-gadget.h1527 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);