Home
last modified time | relevance | path

Searched refs:trb_comp_code (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c1763 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument
1766 if (trb_comp_code == COMP_TX_ERR || in xhci_requires_manual_halt_cleanup()
1767 trb_comp_code == COMP_BABBLE || in xhci_requires_manual_halt_cleanup()
1768 trb_comp_code == COMP_SPLIT_ERR) in xhci_requires_manual_halt_cleanup()
1782 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
1784 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
1789 trb_comp_code); in xhci_is_vendor_info_code()
1812 u32 trb_comp_code; in finish_td() local
1819 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in finish_td()
1824 if (trb_comp_code == COMP_STOP_INVAL || trb_comp_code == COMP_STOP) { in finish_td()
[all …]
Dxhci.h1805 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);