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

/linux-master/drivers/usb/host/
H A Dxhci-ring.c2145 unsigned int trb_comp_code)
2148 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR ||
2149 trb_comp_code == COMP_BABBLE_DETECTED_ERROR ||
2150 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR)
2163 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) argument
2165 if (trb_comp_code >= 224 && trb_comp_code <= 255) {
2170 trb_comp_code);
2179 u32 trb_comp_code)
2185 switch (trb_comp_code) {
2143 xhci_requires_manual_halt_cleanup(struct xhci_hcd *xhci, struct xhci_ep_ctx *ep_ctx, unsigned int trb_comp_code) argument
2177 finish_td(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, struct xhci_ring *ep_ring, struct xhci_td *td, u32 trb_comp_code) argument
2281 u32 trb_comp_code; local
2379 u32 trb_comp_code; local
2506 u32 trb_comp_code; local
2591 u32 trb_comp_code; local
[all...]
H A Dxhci.h1882 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c922 u32 trb_comp_code; local
925 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
927 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID ||
928 trb_comp_code == COMP_STOPPED ||
929 trb_comp_code == COMP_STOPPED_SHORT_PACKET) {
1051 u32 trb_comp_code; local
1055 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
1062 switch (trb_comp_code) {
1137 u32 trb_comp_code; local
1140 trb_comp_code
1237 u32 trb_comp_code; local
[all...]

Completed in 158 milliseconds