Home
last modified time | relevance | path

Searched refs:trb_comp_code (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c2030 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup()
2033 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
2034 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
2035 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
2048 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2050 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2055 trb_comp_code); in xhci_is_vendor_info_code()
2064 u32 trb_comp_code) in finish_td()
2070 if (trb_comp_code in finish_td()
2028 xhci_requires_manual_halt_cleanup(struct xhci_hcd *xhci, struct xhci_ep_ctx *ep_ctx, unsigned int trb_comp_code) xhci_requires_manual_halt_cleanup() argument
2062 finish_td(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, struct xhci_ring *ep_ring, struct xhci_td *td, u32 trb_comp_code) finish_td() argument
2131 u32 trb_comp_code; process_ctrl_td() local
2229 u32 trb_comp_code; process_isoc_td() local
2357 u32 trb_comp_code; process_bulk_intr_td() local
2444 u32 trb_comp_code; handle_tx_event() local
[all...]
H A Dxhci.h2121 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c2128 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup()
2131 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
2132 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
2133 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
2146 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2148 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2153 trb_comp_code); in xhci_is_vendor_info_code()
2162 u32 trb_comp_code) in finish_td()
2168 switch (trb_comp_code) { in finish_td()
2126 xhci_requires_manual_halt_cleanup(struct xhci_hcd *xhci, struct xhci_ep_ctx *ep_ctx, unsigned int trb_comp_code) xhci_requires_manual_halt_cleanup() argument
2160 finish_td(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, struct xhci_ring *ep_ring, struct xhci_td *td, u32 trb_comp_code) finish_td() argument
2264 u32 trb_comp_code; process_ctrl_td() local
2362 u32 trb_comp_code; process_isoc_td() local
2489 u32 trb_comp_code; process_bulk_intr_td() local
2574 u32 trb_comp_code; handle_tx_event() local
[all...]
H A Dxhci.h2160 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c922 u32 trb_comp_code; in cdnsp_finish_td() local
925 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
927 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()
928 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
929 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()
1051 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1055 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1062 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1137 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1140 trb_comp_code in cdnsp_process_bulk_intr_td()
1237 u32 trb_comp_code; cdnsp_handle_tx_event() local
[all...]

Completed in 19 milliseconds