Searched refs:trb_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 1801 union xhci_trb *event, u32 trb_type) in handle_vendor_event() 1803 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event() 1804 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event() 2266 u32 trb_type; in process_ctrl_td() local 2268 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td() 2276 if (trb_type != TRB_STATUS) { in process_ctrl_td() 2278 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td() 2288 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td() 2294 switch (trb_type) { in process_ctrl_td() 1800 handle_vendor_event(struct xhci_hcd *xhci, union xhci_trb *event, u32 trb_type) handle_vendor_event() argument 2976 u32 trb_type; xhci_handle_event() local 4367 xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, u32 trb_type, u32 slot_id) xhci_queue_slot_control() argument [all...] |
H A D | xhci.h | 2163 u32 trb_type, u32 slot_id);
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 1704 u32 trb_type; in handle_vendor_event() local 1706 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); in handle_vendor_event() 1707 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event() 1708 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event() 2133 u32 trb_type; in process_ctrl_td() local 2135 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td() 2143 if (trb_type != TRB_STATUS) { in process_ctrl_td() 2145 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td() 2155 if (trb_type == TRB_DATA || trb_type in process_ctrl_td() 4219 xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, u32 trb_type, u32 slot_id) xhci_queue_slot_control() argument [all...] |
H A D | xhci.h | 2124 u32 trb_type, u32 slot_id);
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 1001 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() 2385 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument 2387 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
|
H A D | cdnsp-gadget.h | 1527 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);
|
Completed in 28 milliseconds