Searched refs:xhci_check_args (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci.c | 916 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, in xhci_check_args() function 1031 if (!urb || xhci_check_args(hcd, urb->dev, urb->ep, in xhci_urb_enqueue() 1313 ret = xhci_check_args(hcd, udev, ep, 1, true, __func__); in xhci_drop_endpoint() 1394 ret = xhci_check_args(hcd, udev, ep, 1, true, __func__); in xhci_add_endpoint() 1665 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_check_bandwidth() 1719 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_reset_bandwidth() 1884 ret = xhci_check_args(xhci_to_hcd(xhci), udev, ep, 1, true, __func__); in xhci_check_streams_endpoint() 2279 ret = xhci_check_args(hcd, udev, NULL, 0, false, __func__); in xhci_discover_or_reset_device() 2429 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_free_dev()
|