Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.h1774 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
Dxhci-ring.c1867 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() function
2468 if (xhci_is_vendor_info_code(xhci, trb_comp_code)) { in handle_tx_event()
Dxhci.c3447 if (xhci_is_vendor_info_code(xhci, ret)) in xhci_discover_or_reset_device()