Searched refs:xhci_check_args (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 1368 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, in xhci_check_args() function 1501 ret = xhci_check_args(hcd, urb->dev, urb->ep, in xhci_urb_enqueue() 1788 ret = xhci_check_args(hcd, udev, ep, 1, true, __func__); in xhci_drop_endpoint() 1872 ret = xhci_check_args(hcd, udev, ep, 1, true, __func__); in xhci_add_endpoint() 2913 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_check_bandwidth() 3008 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_reset_bandwidth() 3250 ret = xhci_check_args(xhci_to_hcd(xhci), udev, ep, 1, true, __func__); in xhci_check_streams_endpoint() 3706 ret = xhci_check_args(hcd, udev, NULL, 0, false, __func__); in xhci_discover_or_reset_device() 3878 ret = xhci_check_args(hcd, udev, NULL, 0, true, __func__); in xhci_free_dev()
|