Searched defs:xilly_endpoint (Results 1 – 2 of 2) sorted by relevance
88 struct xilly_endpoint { struct95 struct xilly_endpoint_hardware *ephw; argument97 struct list_head ep_list;98 int dma_using_dac; /* =1 if 64-bit DMA is used, =0 otherwise. */122 struct xilly_endpoint_hardware { argument124 void (*hw_sync_sgl_for_cpu)(struct xilly_endpoint *, argument
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