Lines Matching refs:device
76 /* X-Gene DMA device csr registers and bit definitions */
247 * @pdma: X-Gene DMA device structure reference
248 * @dev: struct device reference for dma mapping api
272 struct device *dev;
289 * struct xgene_dma - internal representation of an X-Gene DMA device
290 * @dev: reference to this device's struct device
291 * @clk: reference to this device's clock
302 struct device *dev;
1356 /* DMA device info */
1474 /* Free DMA device error irq */
1487 /* Initialize DMA device capability mask */
1490 /* Set DMA device capability */
1536 chan->dma_chan.device = dma_dev;
1548 /* Setup dma device capabilities and prep routines */
1551 /* Initialize DMA device list head */
1558 chan_err(chan, "Failed to register async device %d", ret);
1756 /* Register DMA device with linux async framework */