Searched defs:xilly_endpoint (Results 1 – 1 of 1) sorted by relevance
89 struct xilly_endpoint { struct90 struct device *dev;91 struct module *owner;93 int dma_using_dac; /* =1 if 64-bit DMA is used, =0 otherwise. */94 __iomem void *registers;95 int fatal_error;120 struct xilly_endpoint *xillybus_init_endpoint(struct device *dev); argument