Searched refs:trb_comp_code (Results 1 – 2 of 2) sorted by relevance
2164 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument2167 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()2168 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()2169 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()2182 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument2184 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()2189 trb_comp_code); in xhci_is_vendor_info_code()2198 u32 trb_comp_code) in finish_td() argument2204 switch (trb_comp_code) { in finish_td()2303 u32 trb_comp_code; in process_ctrl_td() local[all …]
2142 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);