xillybus_init_endpoint
struct xilly_endpoint *xillybus_init_endpoint(struct device *dev);
EXPORT_SYMBOL(xillybus_init_endpoint);
endpoint = xillybus_init_endpoint(dev);
endpoint = xillybus_init_endpoint(&pdev->dev);