Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c1936 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument
1938 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1939 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
2300 u32 trb_type; in process_ctrl_td() local
2302 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2310 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2312 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2322 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2328 switch (trb_type) { in process_ctrl_td()
2341 trb_type); in process_ctrl_td()
[all …]
H A Dxhci.h1914 u32 trb_type, u32 slot_id);
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1006 u32 trb_type; in cdnsp_process_ctrl_td() local
1008 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()
1017 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2405 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument
2407 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
H A Dcdnsp-gadget.h1544 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);