Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c2164 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument
2167 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() argument
2184 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() argument
2204 switch (trb_comp_code) { in finish_td()
2303 u32 trb_comp_code; in process_ctrl_td() local
[all …]
H A Dxhci.h2142 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);