Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c1903 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument
1905 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1906 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
2368 u32 trb_type; in process_ctrl_td() local
2370 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2378 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2380 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2390 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2396 switch (trb_type) { in process_ctrl_td()
2409 trb_type); in process_ctrl_td()
[all …]
H A Dxhci.h1916 u32 trb_type, u32 slot_id);
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h977 } trb_type; typedef
1253 u32 slot_id, u32 ep_index, trb_type cmd);
1255 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
H A Dxhci-ring.c272 u32 ep_index, trb_type cmd) in xhci_queue_command()
434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()
436 trb_type type; in xhci_wait_for_event()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1003 u32 trb_type; in cdnsp_process_ctrl_td() local
1005 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()
1014 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2415 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument
2417 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
H A Dcdnsp-gadget.h1530 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);