Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c2233 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2235 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2240 trb_comp_code); in xhci_is_vendor_info_code()
2249 u32 trb_comp_code) in finish_td() argument
2255 switch (trb_comp_code) { in finish_td()
2267 if (xhci_halted_host_endpoint(xhci, ep_ctx, trb_comp_code)) { in finish_td()
2278 if (!(ep->ep_index == 0 && trb_comp_code == COMP_STALL_ERROR)) in finish_td()
2311 u32 trb_comp_code; in process_ctrl_td() local
2317 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2321 switch (trb_comp_code) { in process_ctrl_td()
[all …]